Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/Feature/HLSLLib/cosh.32.test
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Buffers:
# NaN, Inf, 1.0, 1.0, 1.0, 1.0, Inf, 1.543081, 1.543081,
Results:
- Result: Test1
Rule: BufferFloatEpsilon
Epsilon: 0.0008
Rule: BufferFloatULP
ULPT: 4
Actual: Out
Expected: ExpectedOut
DescriptorSets:
Expand Down
4 changes: 2 additions & 2 deletions test/Feature/HLSLLib/sinh.16.test
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Buffers:
# NaN, -Inf, 0.0, 0.0, 0.0, 0.0, Inf, 1.175201, -1.175201,
Results:
- Result: Test1
Rule: BufferFloatEpsilon
Epsilon: 0.0008
Rule: BufferFloatULP
ULPT: 2
Actual: Out
Expected: ExpectedOut
DescriptorSets:
Expand Down
4 changes: 2 additions & 2 deletions test/Feature/HLSLLib/sinh.32.test
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Buffers:
# NaN, -Inf, 0.0, 0.0, 0.0, 0.0, Inf, 1.175201, -1.175201,
Results:
- Result: Test1
Rule: BufferFloatEpsilon
Epsilon: 0.0008
Rule: BufferFloatULP
ULPT: 4
Actual: Out
Expected: ExpectedOut
DescriptorSets:
Expand Down
4 changes: 2 additions & 2 deletions test/Feature/HLSLLib/tanh.16.test
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Buffers:
# -0.0, 0.0, 0.761594, -0.761594, -0.0, 0.0, 0.761594, -0.761594, -0.0, 0.0, 0.761594, -0.761594,
Results:
- Result: Test1
Rule: BufferFloatEpsilon
Epsilon: 0.0008
Rule: BufferFloatULP
ULPT: 5
Actual: Out
Expected: ExpectedOut
DescriptorSets:
Expand Down
6 changes: 3 additions & 3 deletions test/Feature/HLSLLib/tanh.32.test
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Buffers:
Data: [ -0.0, 0.0, 0.761594, -0.761594, -0.0, 0.0, 0.761594, -0.761594, -0.0, 0.0, 0.761594, -0.761594]
Results:
- Result: Test1
Rule: BufferFloatEpsilon
Epsilon: 0.0008
Rule: BufferFloatULP
ULPT: 5
Actual: Out
Expected: ExpectedOut
DescriptorSets:
Expand All @@ -61,5 +61,5 @@ DescriptorSets:


# RUN: split-file %s %t
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
# RUN: %dxc_target -T cs_6_5 -Gis -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o
Loading