We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb1ae1a + c4a0869 commit 9ec7730Copy full SHA for 9ec7730
src/utilities/backend.hpp
@@ -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
10
#ifndef CLBLAST_BACKEND_HPP_
11
#define CLBLAST_BACKEND_HPP_
12
0 commit comments