Skip to content

Commit 2828e20

Browse files
committed
Fix CLW tests on OSX
1 parent 41c391f commit 2828e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTest/clw_test.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ TEST_F(CLW, ExclusiveScanSmallSizeDifference)
233233
context_.WriteBuffer(0, devinput, &hostarray[0], arraysize).Wait();
234234

235235
// Create parallel prims object
236-
CLWParallelPrimitives prims(context_);
236+
CLWParallelPrimitives prims(context_, buildopts_.c_str());
237237

238238
// Perform scan
239239
prims.ScanExclusiveAdd(0, devinput, devoutput, arraysize).Wait();

0 commit comments

Comments
 (0)