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

pull/1535/head
Comma Device 6 years ago
parent 4b13a58a93
commit 495e0c4648
  1. 2
      selfdrive/modeld/thneed/thneed.cc

@ -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

Loading…
Cancel
Save