how to resolve cannot find the kernel function?
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
**Describe the bug**
Cannot find the function '_ZTS11Nxxxxx_with_offset'

I execute my sycl code on gromacs application on AMD-like GPU. there is a error which cannot find the function. So I want to learn about the creating kernel process.
how to understand create the kernel with 'with_offset' suffix? And is there edge effect with execute sycl code ?
[hip_piKernelCreate](https://github.com/intel/llvm/blob/sycl/sycl/plugins/hip/pi_hip.cpp)
Environment (please complete the following information):
OS: Ubuntu20.04
Target device and vendor: AMD-like GPU
DPC++ version: clang-16 2022-12
Dependencies version: rocm-5
Additional context
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.