We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca47f24 commit 84c7a38Copy full SHA for 84c7a38
amd/comgr/test-lit/spirv-translator-cached.cl
@@ -12,7 +12,12 @@
12
// RUN: export AMD_COMGR_CACHE=1
13
// RUN: AMD_COMGR_CACHE_DIR=%t.cache spirv-translator %t.spv -o %t.translated.bc
14
// RUN: COUNT=$(ls "%t.cache" | wc -l)
15
-// RUN: [ 2 -eq $COUNT ]
+// RUN: [ 3 -eq $COUNT ]
16
+
17
+// COM: Run again and check that the cache contents haven't changed
18
+// RUN: AMD_COMGR_CACHE_DIR=%t.cache spirv-translator %t.spv -o %t.translated.again.bc
19
+// RUN: COUNT=$(ls "%t.cache" | wc -l)
20
21
22
// COM: Run again and check that the cache contents haven't changed
23
// RUN: AMD_COMGR_CACHE_DIR=%t.cache spirv-translator %t.spv -o %t.translated.again.bc
0 commit comments