Skip to content

Commit 8289aff

Browse files
authored
Update Readme.md
1 parent a33f11b commit 8289aff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ This crate supports both older and newer versions of candle/cudarc:
122122
```toml
123123
[dependencies]
124124
candle-index-select-cu = { git = "https://github.com/michaelfeil/candle-index-select-cu" }
125+
# best to globally pin candle -> via patches
125126
```
126127

127128
### For older candle versions (pre-0.9)
@@ -165,4 +166,4 @@ cargo build --release --bin profile_index_select && nsys profile -t cuda,osrt --
165166
### NCU
166167
```
167168
cargo build --release --bin profile_index_select && CUDA_LAUNCH_BLOCKING=1 ncu --set full --devices 0 --target-processes all --kernel-name-base demangled -k "regex:.*index_select.*" --launch-skip 1500 --launch-count 1 -o index_select_profile cargo/release/profile_index_select
168-
```
169+
```

0 commit comments

Comments
 (0)