wtf, how was that commented out and the tests still passed

albatross
Comma Device 2020-05-18 17:10:08 +00:00
parent 4b13a58a93
commit 495e0c4648
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ void Thneed::execute(float **finputs, float *foutput, bool slow) {
#endif
if (record & 2) printf("copying %lu -- %p -> %p\n", sz, finputs[idx], inputs[idx]);
//clEnqueueWriteBuffer(command_queue, inputs[idx], CL_TRUE, 0, sz, finputs[idx], 0, NULL, NULL);
clEnqueueWriteBuffer(command_queue, inputs[idx], CL_TRUE, 0, sz, finputs[idx], 0, NULL, NULL);
}
// ****** set power constraint