intel / intel/llvm

[SYCL] DPC++ support runtime compilation?

Open
#11,011 1 comment 0 reactions 0 assignees View on GitHub
confirmed enhancement
Dominant language
LLVM
Stars
1.5k
Forks
854
Avg merge
3d 17h
Merged PRs (30d)
137

Description

**Is your feature request related to a problem? Please describe**
I'm trying to add SYCL backend to TVM. In it, kernel source code is automatically generated at runtime, so source code needs to be compiled at runtime.

**Describe the solution you would like**
Runtime compilation similar to nvrtc.

**Describe alternatives you have considered**
I'm know this is a little tricky in SYCL, because SYCL is based on a single-source model. The alternative I'm taking now is to write the generated source code to a file and compile the file to a dynamic link library. This alternative is somewhat heavy.
Any suggestions?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.