cuda.core
0.2.0 Release Notes¶
Released on <TODO>, 2024
Highlights¶
Add
ProgramOptions
to facilitate the passing of runtime compile options toProgram
.
Limitations¶
<TODO>
Breaking Changes¶
Change
__cuda_stream__
from attribute to methodThe
compile()
method no longer accepts the options argument. Instead, you can optionally pass an instance ofProgramOptions
to the constructor ofProgram
.