You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# MESSAGE(STATUS "Check OPENCL_OFFLINE_BUILD_HAWAII_KERNEL to build kernls at compile-time. This will eliminates clBuildProgram() overhead and better kernel performance with certain driver.")
44
-
add_definitions(-DCLBLAS_HAWAII_DYNAMIC_KERNEL)
44
+
add_definitions(-DCLBLAS_HAWAII_DYNAMIC_KERNEL)
45
45
#else()
46
46
# MESSAGE(STATUS "Build static Hawaii kernels.")
47
47
# MESSAGE(STATUS "Uncheck OPENCL_OFFLINE_BUILD_HAWAII_KERNEL to build kernls at run-time")
48
-
# MESSAGE(STATUS "Please ensure the presence of Hawaii device in the system. With certain driver/compiler flags, this might result in compile-time error.")
48
+
# MESSAGE(STATUS "Please ensure the presence of Hawaii device in the system. With certain driver/compiler flags, this might result in compile-time error.")
# MESSAGE(STATUS "Check OPENCL_OFFLINE_BUILD_BONAIRE_KERNEL to build kernls at compile-time. This will eliminates clBuildProgram() overhead and better kernel performance with certain driver.")
55
-
add_definitions(-DCLBLAS_BONAIRE_DYNAMIC_KERNEL)
55
+
add_definitions(-DCLBLAS_BONAIRE_DYNAMIC_KERNEL)
56
56
#else()
57
57
# MESSAGE(STATUS "Build static Bonaire kernels.")
58
58
# MESSAGE(STATUS "Uncheck OPENCL_OFFLINE_BUILD_BONAIRE_KERNEL to build kernls at run-time")
59
-
# MESSAGE(STATUS "Please ensure the presence of Bonaire device in the system. With certain driver/compiler flags, this might result in compile-time error.")
59
+
# MESSAGE(STATUS "Please ensure the presence of Bonaire device in the system. With certain driver/compiler flags, this might result in compile-time error.")
60
60
#endif( )
61
61
62
62
#if( NOT OPENCL_OFFLINE_BUILD_TAHITI_KERNEL )
63
63
#use dynamic generated kernels
64
64
# MESSAGE(STATUS "Build dynamic Tahiti kernels.")
65
65
# MESSAGE(STATUS "Check OPENCL_OFFLINE_BUILD_TAHITI_KERNEL to build kernls at compile-time. This will eliminates clBuildProgram() overhead and better kernel performance with certain driver.")
66
-
add_definitions(-DCLBLAS_TAHITI_DYNAMIC_KERNEL)
66
+
add_definitions(-DCLBLAS_TAHITI_DYNAMIC_KERNEL)
67
67
#else( )
68
68
# MESSAGE(STATUS "Build static Tahiti kernels.")
69
69
# MESSAGE(STATUS "Uncheck OPENCL_OFFLINE_BUILD_TAHITI_KERNEL to build kernls at run-time")
70
-
# MESSAGE(STATUS "Please ensure the presence of Tahiti device in the system. With certain driver/compiler flags, this might result in compile-time error.")
70
+
# MESSAGE(STATUS "Please ensure the presence of Tahiti device in the system. With certain driver/compiler flags, this might result in compile-time error.")
71
71
#endif( )
72
72
73
73
@@ -135,8 +135,8 @@ if(NOT CMAKE_BUILD_TYPE)
135
135
FORCE)
136
136
endif()
137
137
138
-
# These variables are meant to contain string which should be appended to the installation paths
139
-
# of library and executable binaries, respectively. They are meant to be user configurable/overridable.
138
+
# These variables are meant to contain string which should be appended to the installation paths
139
+
# of library and executable binaries, respectively. They are meant to be user configurable/overridable.
0 commit comments