-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenCL refactor and wider platform support (#148)
* Remove reference pass from stack * For testing on all platforms * Revert * shared_ptr to std::vector<cl::Event>> * Refactor share_ptr * Always save shared reference on ResetWaitEvents() * WAIT_COPY should not clear saved share_ptrs * Debugging shared_ptr to vector<cl::Event> * std::move() event vector * Debugging (w/deleter) * Testing custom deleter * Testing constructor * Testing emplace shared_ptr * Checking wait_refs.clear() calls * QueueCall refactor; std::move test
- Loading branch information
1 parent
e8ab30c
commit 2f5af5c
Showing
6 changed files
with
185 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.