@@ -73,20 +73,20 @@ matmul_tests_all = [
7373conv_tests = [" cubecl-convolution/conv_tests" ]
7474
7575[dependencies ]
76- cubecl-common = { path = " ../cubecl-common" , version = " 0.7.0 " , default-features = false }
77- cubecl-std = { path = " ../cubecl-std" , version = " 0.7.0 " , default-features = false }
78- cubecl-core = { path = " ../cubecl-core" , version = " 0.7.0 " , default-features = false }
79- cubecl-runtime = { path = " ../cubecl-runtime" , version = " 0.7.0 " , default-features = false , features = [
76+ cubecl-common = { path = " ../cubecl-common" , version = " 0.7.1 " , default-features = false }
77+ cubecl-std = { path = " ../cubecl-std" , version = " 0.7.1 " , default-features = false }
78+ cubecl-core = { path = " ../cubecl-core" , version = " 0.7.1 " , default-features = false }
79+ cubecl-runtime = { path = " ../cubecl-runtime" , version = " 0.7.1 " , default-features = false , features = [
8080 " channel-mutex" ,
8181] }
82- cubecl-opt = { path = " ../cubecl-opt" , version = " 0.7.0 " , default-features = false }
83- cubecl-matmul = { path = " ../cubecl-matmul" , version = " 0.7.0 " , features = [
82+ cubecl-opt = { path = " ../cubecl-opt" , version = " 0.7.1 " , default-features = false }
83+ cubecl-matmul = { path = " ../cubecl-matmul" , version = " 0.7.1 " , features = [
8484 " export_tests" ,
8585] }
86- cubecl-convolution = { path = " ../cubecl-convolution" , version = " 0.7.0 " , features = [
86+ cubecl-convolution = { path = " ../cubecl-convolution" , version = " 0.7.1 " , features = [
8787 " export_tests" ,
8888] }
89- cubecl-reduce = { path = " ../cubecl-reduce" , version = " 0.7.0 " , features = [
89+ cubecl-reduce = { path = " ../cubecl-reduce" , version = " 0.7.1 " , features = [
9090 " export_tests" ,
9191] }
9292
@@ -99,20 +99,20 @@ sysinfo = { workspace = true }
9999tracel-llvm = { workspace = true }
100100
101101[dev-dependencies ]
102- cubecl-core = { path = " ../cubecl-core" , version = " 0.7.0 " , features = [
102+ cubecl-core = { path = " ../cubecl-core" , version = " 0.7.1 " , features = [
103103 " export_tests" ,
104104] }
105- cubecl-reduce = { path = " ../cubecl-reduce" , version = " 0.7.0 " , features = [
105+ cubecl-reduce = { path = " ../cubecl-reduce" , version = " 0.7.1 " , features = [
106106 " export_tests" ,
107107] }
108- cubecl-random = { path = " ../cubecl-random" , version = " 0.7.0 " , features = [
108+ cubecl-random = { path = " ../cubecl-random" , version = " 0.7.1 " , features = [
109109 " export_tests" ,
110110] }
111- cubecl-std = { path = " ../cubecl-std" , version = " 0.7.0 " , features = [
111+ cubecl-std = { path = " ../cubecl-std" , version = " 0.7.1 " , features = [
112112 " export_tests" ,
113113] }
114114paste = { workspace = true }
115115pretty_assertions = { workspace = true }
116116
117117[build-dependencies ]
118- tracel-llvm-bundler = { version = " 20.1.4-5" }
118+ tracel-llvm-bundler = { version = " 20.1.4-5" }
0 commit comments