Skip to content

Commit ab7a7e7

Browse files
committed
Chore: misplaced line in changelog
1 parent 39af02d commit ab7a7e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/cust/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Instead you can now use `DeviceSlice::index` which behaves the same.
4545
### Deprecated
4646

4747
- Deprecated `Module::from_str`, use `Module::from_ptx` and pass `&[]` for options.
48-
`ModuleJitOption::MaxRegisters` does not seem to work currently, but NVIDIA is looking into it.
4948
- Deprecated `Module::load_from_string`, use `Module::from_ptx_cstr`.
5049

5150
### Added
@@ -73,6 +72,8 @@ Instead you can now use `DeviceSlice::index` which behaves the same.
7372
- Added dependency on `cust_core` for `DeviceCopy`.
7473
- Added dependency on `goblin` for verifying cubins and fatbins (impossible to implement safe module loading without it).
7574
- Added `ModuleJitOption`, `JitFallback`, `JitTarget`, and `OptLevel` for specifying options when loading a module. Note that
75+
`ModuleJitOption::MaxRegisters` does not seem to work currently, but NVIDIA is looking into it.
76+
You can achieve the same goal by compiling the ptx to cubin using nvcc then loading that: `nvcc --cubin foo.ptx -maxrregcount=REGS`
7677
- Added `Module::from_fatbin` and `Module::from_fatbin_unchecked`.
7778
- Added `Module::from_cubin` and `Module::from_cubin_unchecked`.
7879
- Added `Module::from_ptr` and `Module::from_ptx_cstr`.

0 commit comments

Comments
 (0)