cubecl-core 0.11.0-pre.1

CubeCL core create
Documentation
1
2
3
4
5
error: trait objects (`dyn Trait`) are not allowed as kernel arguments
 --> tests/error/kernel_arg_trait_object.rs:7:32
  |
7 | fn kernel_arg_trait_object(x: &dyn Foo) {
  |                                ^^^^^^^