[all-commits] [llvm/llvm-project] eb26ba: Fix test bool-range.cu
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Fri Oct 7 08:18:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb26baf4ade6c1e73eb14e8a89d5771e57bc61a3
https://github.com/llvm/llvm-project/commit/eb26baf4ade6c1e73eb14e8a89d5771e57bc61a3
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
M clang/test/CodeGenCUDA/bool-range.cu
Log Message:
-----------
Fix test bool-range.cu
Promoting kernel arg pointer to global addr space is only
available with registered amdgcn target.
Fix test so that it does not require registered amdgcn target.
More information about the All-commits
mailing list