cubecl-core 0.2.0

CubeCL core create
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: Variable not declared
 --> tests/error/undeclared_variable.rs:6:13
  |
6 |     if x == y {
  |             ^

error[E0425]: cannot find value `y` in this scope
 --> tests/error/undeclared_variable.rs:6:13
  |
6 |     if x == y {
  |             ^ help: a local variable with a similar name exists: `x`