You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples_tests/48.ArithmeticUnitTest/main.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -380,7 +380,7 @@ class ArythmeticUnitTestApp : public NonGraphicalApplicationBase
380
380
assert(mreq.memoryTypeBits);
381
381
// (Erfan to Cyprian) We usually don't use the return value (SMemoryOffset) of the allocate function but make sure you set it to some variable named bufferMem or something so we know it's there
382
382
auto bufferMem = logicalDevice->allocate(mreq, buffers[i].get());
0 commit comments