-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename .devcontainer
s for CUDA 12.5
#224
Merged
rapids-bot
merged 1 commit into
rapidsai:branch-24.08
from
jakirkham:rename_devcont_12.5
Jul 17, 2024
Merged
Rename .devcontainer
s for CUDA 12.5
#224
rapids-bot
merged 1 commit into
rapidsai:branch-24.08
from
jakirkham:rename_devcont_12.5
Jul 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trxcllnt
approved these changes
Jul 16, 2024
jameslamb
approved these changes
Jul 16, 2024
jakirkham
added
bug
Something isn't working
non-breaking
Introduces a non-breaking change
labels
Jul 16, 2024
/merge |
There was a Rust build that failed. AFAICT it is unrelated. So have restarted the failed job All other jobs (notably |
trxcllnt
approved these changes
Jul 17, 2024
Looks like the Rust test failed again on CI. Including details below: failures:
---- brute_force::tests::test_l2 stdout ----
dataset [[0.81097364, 0.4042542, 0.1732477, 0.11109972, 0.7711954, 0.5231792, 0.7675905, 0.8451828],
[0.8508154, 0.2352401, 0.87389743, 0.5255909, 0.6969732, 0.96480215, 0.46322083, 0.8775146],
[0.6242082, 0.27940488, 0.43163383, 0.21844089, 0.94825625, 0.99305546, 0.47377062, 0.28023505],
[0.19831514, 0.77183366, 0.9391105, 0.53092694, 0.232113, 0.09186947, 0.78148425, 0.06250918],
[0.53566515, 0.16259205, 0.24534285, 0.31741905, 0.99039245, 0.7230853, 0.8637171, 0.096060276],
[0.3678999, 0.7001929, 0.19835556, 0.9501139, 0.99442196, 0.9459655, 0.10938239, 0.047341585],
[0.4681635, 0.7047337, 0.35572946, 0.71434844, 0.2488432, 0.15541363, 0.41937304, 0.9687784],
[0.7060921, 0.23219562, 0.40222728, 0.80279124, 0.6736349, 0.78186476, 0.3835566, 0.11797321],
[0.020785451, 0.94376266, 0.7444314, 0.12845302, 0.45288575, 0.5948745, 0.89268374, 0.34766328],
[0.8805791, 0.043615222, 0.6283814, 0.16936636, 0.9136716, 0.6679013, 0.8216481, 0.8595545],
[0.31544054, 0.1495012, 0.58272576, 0.123707056, 0.98622954, 0.5793232, 0.44868243, 0.90158916],
[0.8883631, 0.91730726, 0.52942824, 0.1320808, 0.19436598, 0.15016079, 0.82995546, 0.9265454],
[0.65156007, 0.6887785, 0.064676285, 0.8062316, 0.20832741, 0.28438735, 0.16018808, 0.25138187],
[0.010611773, 0.15702486, 0.7581855, 0.98612225, 0.75618684, 0.3032421, 0.51268864, 0.842196],
[0.27638948, 0.091582775, 0.101504445, 0.9958576, 0.07357526, 0.78690946, 0.30835187, 0.8245758],
[0.2275697, 0.82574964, 0.28654695, 0.49835622, 0.29554522, 0.67181885, 0.78702605, 0.30084538]], shape=[16, 8], strides=[8, 1], layout=Cc (0x5), const ndim=2
queries! [[0.81097364, 0.4042542, 0.1732477, 0.11109972, 0.7711954, 0.5231792, 0.7675905, 0.8451828],
[0.8508154, 0.2352401, 0.87389743, 0.5255909, 0.6969732, 0.96480215, 0.46322083, 0.8775146],
[0.6242082, 0.27940488, 0.43163383, 0.21844089, 0.94825625, 0.99305546, 0.47377062, 0.28023505],
[0.19831514, 0.77183366, 0.9391105, 0.53092694, 0.232113, 0.09186947, 0.78148425, 0.06250918]], shape=[4, 8], strides=[8, 1], layout=Cc (0x5), const ndim=2
distances [[4.801714, 5.3481693, 5.5112553, 5.521906],
[5.9866557, 6.5331116, 6.696197, 6.706847],
[4.656335, 5.2027903, 5.365876, 5.376527],
[4.242078, 4.788533, 4.951619, 4.96227]], shape=[4, 4], strides=[4, 1], layout=Cc (0x5), const ndim=2
neighbors [[12, 15, 3, 14],
[12, 15, 3, 14],
[12, 15, 3, 14],
[12, 15, 3, 14]], shape=[4, 4], strides=[4, 1], layout=Cc (0x5), const ndim=2
thread 'brute_force::tests::test_l2' panicked at cuvs/src/brute_force.rs:164:9:
assertion `left == right` failed
left: 12
right: 0
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
brute_force::tests::test_l2
test result: FAILED. 13 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.63s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow up to PR: #219
Partially addresses issue: rapidsai/build-planning#73
Renames the
.devcontainer
s for CUDA 12.5cc @KyleFromNVIDIA @jameslamb @trxcllnt (for awareness)