Skip to content

Commit

Permalink
update tests arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhangNV committed Dec 17, 2024
1 parent 144c403 commit 8f4da40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/compute/bitcast-64bit.slang
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//TEST(compute):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE_EX:-dx12 -compute -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE_EX:-cuda -compute -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute -compile-arg -O3 -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE_EX:-mtl -output-using-type
//TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE_EX:-mtl -compute -shaderobj -output-using-type

//TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0], stride=4):out,name=gOutputBuffer
RWStructuredBuffer<uint64_t> gOutputBuffer;
Expand Down

0 comments on commit 8f4da40

Please sign in to comment.