Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 297 Bytes

NEWS.md

File metadata and controls

4 lines (4 loc) · 297 Bytes
  • The old warpsize integer constant is now a function, and is not a compile-time constant anymore. Instead, it returns the contents of a PTX-specific variable, and should thus only be used in device code. For a host-side/compile-time value, use CUDAdrv's warpsize(dev::CuDevice) instead.