Skip to content

Commit a044618

Browse files
committed
change constant name
1 parent e5dc550 commit a044618

File tree

1 file changed

+2
-2
lines changed
  • wrappers/rust_v3/icicle-core/src/msm

1 file changed

+2
-2
lines changed

wrappers/rust_v3/icicle-core/src/msm/tests.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ where
193193
cfg.stream_handle = *stream;
194194
cfg.is_async = true;
195195
cfg.ext
196-
.set_int(LARGE_BUCKET_FACTOR, 5);
196+
.set_int(CUDA_MSM_LARGE_BUCKET_FACTOR, 5);
197197
cfg.c = 4;
198198
runtime::warmup(&stream).unwrap();
199199
stream
@@ -276,7 +276,7 @@ where
276276
cfg.stream_handle = *stream;
277277
cfg.is_async = true;
278278
cfg.ext
279-
.set_int(LARGE_BUCKET_FACTOR, 5);
279+
.set_int(CUDA_MSM_LARGE_BUCKET_FACTOR, 5);
280280
cfg.c = 4;
281281
runtime::warmup(&stream).unwrap();
282282
stream

0 commit comments

Comments
 (0)