Skip to content

Commit c4a0869

Browse files
EJainDevCNugteren
andauthored
Add Missing License Notice (#640)
* Fixed a size_t to unsigned int warning in wrapper_cblas.hpp * Update CHANGELOG Co-authored-by: Cedric Nugteren <web@cedricnugteren.nl> * Added license notice in src/utilities/backend.hpp --------- Co-authored-by: Cedric Nugteren <web@cedricnugteren.nl>
1 parent 2f300c2 commit c4a0869

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/utilities/backend.hpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
// =================================================================================================
3+
// This file is part of the CLBlast project. Author(s):
4+
// Cedric Nugteren <www.cedricnugteren.nl>, Ekansh Jain
5+
//
6+
// This file decides which backend to use for the library (OpenCL or CUDA)
7+
//
8+
// =================================================================================================
9+
110
#ifndef CLBLAST_BACKEND_HPP_
211
#define CLBLAST_BACKEND_HPP_
312

0 commit comments

Comments
 (0)