Skip to content

Rename .devcontainers for CUDA 12.5#224

Merged
rapids-bot[bot] merged 1 commit intorapidsai:branch-24.08from
jakirkham:rename_devcont_12.5
Jul 17, 2024
Merged

Rename .devcontainers for CUDA 12.5#224
rapids-bot[bot] merged 1 commit intorapidsai:branch-24.08from
jakirkham:rename_devcont_12.5

Conversation

@jakirkham
Copy link
Copy Markdown
Member

Follow up to PR: #219
Partially addresses issue: rapidsai/build-planning#73

Renames the .devcontainers for CUDA 12.5

cc @KyleFromNVIDIA @jameslamb @trxcllnt (for awareness)

@jakirkham jakirkham requested a review from trxcllnt July 16, 2024 21:28
@jakirkham jakirkham requested a review from a team as a code owner July 16, 2024 21:28
@jakirkham jakirkham requested a review from raydouglass July 16, 2024 21:28
@jakirkham jakirkham added bug Something isn't working non-breaking Introduces a non-breaking change labels Jul 16, 2024
@jakirkham
Copy link
Copy Markdown
Member Author

/merge

@jakirkham
Copy link
Copy Markdown
Member Author

There was a Rust build that failed. AFAICT it is unrelated. So have restarted the failed job

All other jobs (notably devcontainers) passed

@jakirkham
Copy link
Copy Markdown
Member Author

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

@rapids-bot rapids-bot Bot merged commit 5cd039d into rapidsai:branch-24.08 Jul 17, 2024
@jakirkham jakirkham deleted the rename_devcont_12.5 branch July 17, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants