-
Notifications
You must be signed in to change notification settings - Fork 15k
Open
Labels
OpenCLclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"
Description
The way wrapper kernels are generated for blocks used in enqueu_kernel
doesn't take into account linking of multiple modules that have enqueued blocks with the same name. There are multiple ways how it can be avoided:
- By adding translation unit name into kernel wrapper;
- By hashing.
See original discussion in https://reviews.llvm.org/D115523.
Metadata
Metadata
Assignees
Labels
OpenCLclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"