-
Notifications
You must be signed in to change notification settings - Fork 330
Description
This is a placeholder tasks to enable tests for cuda. There are 3 categories of tests:
- Test has cuda enabled
- Test has cuda disabled explicitly
- Test does not have cuda enabled.
We will visit all subdirectories in tests
and enable all that can be enabled right away. If some test cannot have cuda enabled, then we will note down the reason for it and move ahead. Separate tasks will be filed for enabling those features in slang(if applicable).
For all the subdirectories under tests
we will have a separate task created. The current completed ones are:
Tests Folder Directory Checklist
- hlsl
- hlsl-intrinsic
- autodiff
- autodiff-dstdlib
- bindings
- bugs
- byte-code
- compute
- cooperative-matrix
- cooperative-vector
- cpp-compiler
- cpu-program
- cross-compile
- cuda
- current-bugs
- diagnostics
- downstream
- experiments
- fcpw
- feature
- front-end
- glsl
- glsl-intrinsic
- gpu-feature
- initializer-list
- interop
- ir
- language-feature
- language-server
- legalization
- library
- metal
- modules
- nv-extensions
- optimization
- parser
- pipeline
- preprocessor
- reflection
- render
- rewriter
- serialization
- sgl
- slang-extension
- spirv
- type
- vkray
- wasm
- wgsl
- workgraphs