File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
$binArchive = "slang-$slangVersion-$slangDeployPlatform.zip"
62
62
63
63
echo "name=SLANG_BINARY_ARCHIVE::$binArchive"
64
- echo "SLANG_WIN32_BINARY_ARCHIVE=$binArchive" >> $GITHUB_OUTPUT
64
+ echo "SLANG_WIN32_BINARY_ARCHIVE=$binArchive" >> $env: GITHUB_OUTPUT
65
65
66
66
7z a "$binArchive" slang.h
67
67
7z a "$binArchive" slang-com-helper.h
82
82
7z a "$binArchive" docs\*.md
83
83
84
84
$srcArchive = "slang-$slangVersion-source.zip"
85
- echo "SLANG_SOURCE_ARCHIVE=$srcArchive" >> $GITHUB_OUTPUT
85
+ echo "SLANG_SOURCE_ARCHIVE=$srcArchive" >> $env: GITHUB_OUTPUT
86
86
87
87
7z a "$srcArchive" slang.h
88
88
7z a "$srcArchive" slang-com-helper.h
Original file line number Diff line number Diff line change 1
1
// TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-output-using-type
2
2
// TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-dx12 -use-dxil -output-using-type
3
3
// TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-cpu -output-using-type
4
- // TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-vk -output-using-type
5
- // TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-vk -emit-spirv-directly -output-using-type
4
+ // TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-vk -output-using-type -render-feature double
5
+ // TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-vk -emit-spirv-directly -output-using-type -render-feature double
6
6
// TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-cuda -output-using-type
7
7
8
8
// BUF: type: int32_t
You can’t perform that action at this time.
0 commit comments