-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from CNugteren/development
Updated to version 3.0
- Loading branch information
Showing
12 changed files
with
9,724 additions
and
128 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
Version 3.0 (2015-09-04): | ||
- Renamed the project from 'Claduc' into 'CLCudaAPI' | ||
- SetArgument now takes both l-value and r-value arguments | ||
- Added first version of a test infrastructure | ||
- Added new methods to the API: | ||
* Platform::NumDevices | ||
* Buffer::Buffer (a constructor with default read-write access) | ||
* Buffer::Buffer (a constructor filled with data from C++ start/end iterators) | ||
* Kernel::Launch (version with default OpenCL workgroup size) | ||
|
||
Version 2.0 (2015-07-13): | ||
- Allows device program string to be moved into Program at construction | ||
- Cleaned-up device-information methods | ||
- Added new methods to the API: | ||
* Device::CoreClock, | ||
* Device::ComputeUnits, | ||
* Device::MemorySize, | ||
* Device::MemoryClock, | ||
* Device::MemoryBusWidth | ||
* Program::GetIR | ||
* Kernel::SetArguments | ||
|
||
Version 1.0 (2015-07-09): | ||
- Initial version |
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
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.