mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-22 23:12:09 +08:00
wtf, how was that commented out and the tests still passed
old-commit-hash: 495e0c4648
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user