Skip to content

Commit

Permalink
testing: Update ref output for OptiX execution order variance (#1816)
Browse files Browse the repository at this point in the history
Was spuriously failing tests only because on GPU, the points
didn't always execute in the same order.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed May 11, 2024
1 parent 056ba18 commit e0f7b4e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions testsuite/array-copy/ref/out-alt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Compiled test.osl -> test.oso
farray3=[-5,-6,5]
farray3=[-5,-6,5]
farray3=[-5,-6,5]
farray3=[-5,-6,5]
farray3=[-5,-6,5]
farray3=[-5,-6,5]
farray3=[-5,-6,5]
farray3=[-5,-6,5]
farray3=[7,9,5]
farray3=[7,9,5]
farray3=[7,9,5]
farray3=[7,9,5]
farray3=[-5,-3,5]
farray3=[-5,-3,5]
farray3=[-5,-3,5]
farray3=[8,10,6]

0 comments on commit e0f7b4e

Please sign in to comment.