Open cjnolet opened 2 years ago
This issue has been labeled inactive-30d
due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d
if there is no activity in the next 60 days.
This issue has been labeled inactive-90d
due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
While running the benchmarks notebook for 22.04, I encountered a strange failure in the umap-unsupervised benchmark:
I was able to reproduce this error using the same benchmarking code outside of jupyter:
This throws the following error in
compute-sanitizer
:I am unable to reproduce the error outside of the benchmark harness. For example, this code doesn't have any errors in
compute-sanitizer
:The code above does trip the
compute-sanitizer --tool=initcheck
, however:We encountered a similar issue in TSNE when with one of cub's max/min reduction functions. I'm not sure if it's the problem or not. This error is being thrown in the
SimplicialSetEmbed
while the previous error from the benchmarks is being thrown earlier in theFuzzySimplicialSet
.