Skip to content

Commit ac1c68d

Browse files
committed
Update test for gpu-exec -> offloader rename
1 parent e6870e0 commit ac1c68d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Basic/DescriptorSets.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ DescriptorSets:
4747

4848
# RUN: split-file %s %t
4949
# RUN: %if DirectX %{ dxc -T cs_6_0 -Fo %t.dxil %t/DescriptorSets.hlsl %}
50-
# RUN: %if DirectX %{ %gpu-exec %t/DescriptorSets.yaml %t.dxil | FileCheck %s %}
50+
# RUN: %if DirectX %{ %offloader %t/DescriptorSets.yaml %t.dxil | FileCheck %s %}
5151
# RUN: %if Vulkan %{ dxc -T cs_6_0 -spirv -fspv-target-env=vulkan1.1 -Fo %t.spv %t/DescriptorSets.hlsl %}
52-
# RUN: %if Vulkan %{ %gpu-exec %t/DescriptorSets.yaml %t.spv | FileCheck %s %}
52+
# RUN: %if Vulkan %{ %offloader %t/DescriptorSets.yaml %t.spv | FileCheck %s %}
5353
# XFAIL: Vulkan-NV
5454

5555
# RUN: %if Metal %{ dxc -T cs_6_0 -Fo %t.dxil %t/DescriptorSets.hlsl %}
5656
# RUN: %if Metal %{ metal-shaderconverter %t.dxil -o=%t.metallib %}
57-
# RUN: %if Metal %{ %gpu-exec %t/DescriptorSets.yaml %t.metallib | FileCheck %s %}
57+
# RUN: %if Metal %{ %offloader %t/DescriptorSets.yaml %t.metallib | FileCheck %s %}
5858

5959
# CHECK: Data:
6060
# CHECK: Data: [ 4, 16, 36, 64 ]

0 commit comments

Comments
 (0)