Skip to content

Commit 88adc30

Browse files
committed
Remove destinationTimesHostAcc
1 parent 2d5968c commit 88adc30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

external/Stats.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ void updateStats(sycl::queue myQueue, sycl::buffer<Actor> actorBuf,
8383
});
8484
});
8585
myQueue.throw_asynchronous();
86-
87-
sycl::host_accessor<int, 1, sycl::access::mode::read>
88-
destinationTimesHostAcc(destinationTimesBuf);
86+
8987
} catch (const sycl::exception &e) {
9088
std::cout << "SYCL exception caught:\n"
9189
<< e.what() << "\n[updateStats]";

0 commit comments

Comments
 (0)