[PATCH] D141620: clang/OpenCL: Apply default attributes to enqueued blocks
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 13 10:55:19 PST 2023
arsenm 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;
----------------
yaxunl wrote:
> why this test is removed?
Feels redundant unless we're propagating target-features
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141620/new/
https://reviews.llvm.org/D141620
More information about the cfe-commits
mailing list