From 4edc72e4dea47cf549b4e28940e3509a5ab61439 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 14 May 2024 18:01:31 -0700 Subject: Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170) * Remove use of `G0` and `__target_intrinsic` in stdlib. * Fix. * Fix calling intrinsic in global scope. --- tests/cuda/cuda-array-layout.slang.expected.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cuda/cuda-array-layout.slang.expected.txt') diff --git a/tests/cuda/cuda-array-layout.slang.expected.txt b/tests/cuda/cuda-array-layout.slang.expected.txt index bc3e8bd6c..e8c73d791 100644 --- a/tests/cuda/cuda-array-layout.slang.expected.txt +++ b/tests/cuda/cuda-array-layout.slang.expected.txt @@ -4,6 +4,6 @@ type: int32_t 16 20 44 -0 +4 0 0 -- cgit v1.2.3