oneapi-src / oneapi-src/unified-runtime
Enable testing of device code for Native CPU adapter
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 57
- Forks
- 120
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 1
Description
Currently conformance tests which rely on device code do not work correctly for the Native CPU adapter. This is due to the adapter relying on function pointers in the SYCL RT rather than an binary blob containing SPIR-V/PTX/ASM. In order to enable the entire CTS on the Native CPU adapter we need to deterine how to enable testing of device code and implement these changes in the CTS.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the CTS conformance tests that rely on device code and the Native CPU adapter's use of function pointers in the SYCL RT. Determine how device-code testing should work without a binary blob, then implement the required CTS changes and verify that the entire CTS runs correctly on the Native CPU adapter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100