-
The default HIP version for burn = { version = "0.16", features = ['std', 'hip-jit'] } is cubecl-hip-sys = {version = "6.3.1000", features = ['rocm__6_3_1'], default-features=false} Or using So how would someone build a downstream app for ROCm 6.3.1? Or 6.2.4 for that matter? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
Your burn config doesn't disable the default feature flags, so the But actually, now that I took a closer look, there is a conflict in the feature flags down the line. In We should probably fix this. |
Beta Was this translation helpful? Give feedback.
Yep exactly! And #2725 for Burn which should land soon