From 7c8527d20e433c3a10736136d31e4cd882a3baaa Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Fri, 4 Oct 2019 09:46:03 -0400 Subject: IR types for subset of Attributes (#1067) * IROutputControlPointsDecoration * IROutputTopologyDecoration * IRPartitioningDecoration * IRDomainDecoration * Use IRPatchConstantDecoration alone for hlsl output. * IRMaxVertexCountDecoration * IRInstanceDecoration * Removed _emitHLSLAttributeSingleString and _emitHLSLAttributeSingleInt Removed GLSLBindingAttribute and just use NumThreadsAttribute * Added IRNumThreadsDecoration. * Added IRNumThreadsDecoration * Fix build problem on x86. Improve diagnostic text based on review. --- tests/ir/string-literal.slang.expected | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/ir/string-literal.slang.expected b/tests/ir/string-literal.slang.expected index 5cbd56aea..44bafd86a 100644 --- a/tests/ir/string-literal.slang.expected +++ b/tests/ir/string-literal.slang.expected @@ -1,6 +1,7 @@ result code = 0 standard error = { [entryPoint] +[numThreads(1, 1, 1)] [export("_S3tu04mainp1puV")] [nameHint("main")] func %main : Func(Void, UInt) -- cgit v1.2.3