diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2020-03-17 09:59:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-17 09:59:25 -0400 |
| commit | 315888efd24ad9463b2ddeb80bef00070cdf9a00 (patch) | |
| tree | 902f7c75225dcec2177bed1432e463dc5fc334ba /source | |
| parent | 76b9ff6e65b4bd2be04a5bab0eb1464455c4b3ff (diff) | |
Improve CUDA Wave intrinsics documentation. (#1276)
* Improve CUDA Wave intrinsics documentation.
Remove inappropriate comment.
* Small CUDA doc improvement.
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/hlsl.meta.slang | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/hlsl.meta.slang b/source/slang/hlsl.meta.slang index 6ac1038f8..fe348c60d 100644 --- a/source/slang/hlsl.meta.slang +++ b/source/slang/hlsl.meta.slang @@ -2745,7 +2745,6 @@ uint WavePrefixCountBits(bool value); // Shader model 6.5 stuff // https://github.com/microsoft/DirectX-Specs/blob/master/d3d/HLSL_ShaderModel6_5.md -// TODO(JS): Looks like they need a mask parameter __generic<T : __BuiltinType> __target_intrinsic(hlsl) |
