[SYCL] Enable compiler rt builtin for SPIRV device code#21724
[SYCL] Enable compiler rt builtin for SPIRV device code#21724jinge90 wants to merge 27 commits intointel:syclfrom
Conversation
Signed-off-by: jinge90 <ge.jin@intel.com>
Signed-off-by: jinge90 <ge.jin@intel.com>
|
Hi, @bader |
Signed-off-by: jinge90 <ge.jin@intel.com>
Signed-off-by: jinge90 <ge.jin@intel.com>
Hi @jinge90. Thanks for tagging me. I suggest we move this PR to https://github.com/llvm/llvm-project/ to review these changes with compiler-rt code owners. A couple of high-level notes/questions:
|
This PR enables compiler-rt builtin library for SYCL device code. Currently, we only need __mulsc3/dc3 and __divsc3/dc3 for complex multiplication/division.