Merge branch 'main' into nstream
Conflicts: CHANGELOG.md
This commit is contained in:
commit
fdac285110
@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Cray compiler OpenMP flags updated.
|
||||
- Clang compiler OpenMP flags corrected for NVIDIA target.
|
||||
- Reorder OpenCL objects in class so destructors are called in safe order.
|
||||
- Ensure all OpenCL kernels are present in destructor.
|
||||
- Initial values updated to support additional kernel.
|
||||
|
||||
### Removed
|
||||
|
||||
@ -186,6 +186,7 @@ OCLStream<T>::~OCLStream()
|
||||
delete mul_kernel;
|
||||
delete add_kernel;
|
||||
delete triad_kernel;
|
||||
delete dot_kernel;
|
||||
|
||||
devices.clear();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user