Issue 89663
Summary [HLSL] Track HLSL "standard library" Implementation
Labels HLSL
Assignees
Reporter damyanp
    HLSL has many intrinsics, functions and data types that will need to be implemented.  

We need a centralized list of all these things, which shader model and stages they apply to, and the state of the implementation of each one.

The list needs to be publicly available, linked to issues in github, and able to automatically updated based on the states of the issues. 

> *Open Question* - should we expand this to cover tracking DXIL op implementations? Maybe for each thing we track here we cover from HLSL lowered down to final IR?

# Acceptance Criteria

- [ ] Anyone can easily find the current progress of intrinsic implementations
- [ ] Systems are in place so we can be confident that the information is up to date (or is at least updateable)
- [ ] Issues have been created for at least all intrinsics we plan implement over the next 6 months

# Subtasks

- [ ] Design method for tracking and reporting this
- [ ] Collect data for intrinsics
- [ ] Collect data for built in types & APIs
- [ ] anything else??

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to