[PATCH] D141620: clang/OpenCL: Apply default attributes to enqueued blocks
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 13 10:49:53 PST 2023
yaxunl added inline comments.
================
Comment at: clang/test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl:53-57
-__attribute__((target("s-memtime-inst")))
-void test_target_features_func(global int *i) {
- queue_t default_queue;
- unsigned flags = 0;
- ndrange_t ndrange;
----------------
why this test is removed?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141620/new/
https://reviews.llvm.org/D141620
More information about the cfe-commits
mailing list