Implement TextureXX.GetDimensions for CUDA #5139
Labels
goal:client support
Feature or fix needed for a current slang user.
kind:enhancement
a desirable new feature, option, or behavior
Milestone
It should be possible to implement
GetDimensions
by using inline PTX using the following instructions for querying texture and surface object properties:txq
(https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#texture-instructions-txq)suq
(https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#surface-instructions-suq)The text was updated successfully, but these errors were encountered: