Skip to content

cuda.core v0.1.1

Compare
Choose a tag to compare
@leofang leofang released this 20 Dec 21:29
· 250 commits to main since this release
4135a2f

cuda.core v0.1.1 release announcement

Release note

All functionalities are currently hosted under the cuda.core.experimental namespace. Once the features become stable they will be moved out of experimental.

Key Features and Enhancements

  • Added Linker for runtime linking (using nvJitLink or driver APIs)
  • Added StridedMemoryView and @args_viewable_as_strided_memory to arbitrary Python objects that support either DLPack or CUDA Array Interface
  • Support pip installation
  • Public, GitHub-Action-based CI infrastructure

For full details please refer to the release note above.

Documentation

Sample codes

What's Changed

New Contributors

Full Changelog: cuda-core-v0.1.0...cuda-core-v0.1.1