Viskores 1.1.1 Release Notes
Table of Contents
- Bug Fixes
- Fix for compiling with Cuda 13.2
Bug Fixes
Fix for compiling with Cuda 13.2
Viskores now compiles with Cuda 13.2. This recent version of Cuda made some
changes to the Thrust header files that changed header dependencies (that is,
some headers used to be included by others that are no longer included).
Viskores now explicitly loads these headers and will work with Thrust both
before and after Cuda 13.2.
What's Changed
- update to 1.1.0 by @vicentebolea in #221
- Fix issues when compiling with Cuda 13.2 (backport version 1.1) by @kmorel in #293
- Add changelog for Cuda 13.2 fixes (backport 1.1) by @kmorel in #297
Full Changelog: v1.1.0...v1.1.1