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

old-commit-hash: 495e0c4648
commatwo_master
Comma Device 5 years ago
parent 7f2f867ea2
commit 16c1926f64
  1. 2
      selfdrive/modeld/thneed/thneed.cc

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

Loading…
Cancel
Save