Kernels: more generic temporary workspace checks

This commit is contained in:
Philippe Tillet
2015-08-10 10:19:50 -07:00
parent f56eac5adb
commit f60b82af25
7 changed files with 25 additions and 9 deletions

View File

@@ -176,6 +176,7 @@ extern "C"
cl_uint numCommandQueues, cl_command_queue *commandQueues,\
cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events)\
{\
/*std::cout << transA << " " <<transB << " " << M << " " << N << " " << K << std::endl;*/\
cl_mem mA = cmA;\
cl_mem mB = cmB;\
if(order==clblasRowMajor){\