Altera_Forum
Honored Contributor
8 years agoDoes clCreateProgramWithSource work?
I tried the example from the programming guide and got a status = 0, but then failures.
status: 0 clCreateProgramWithSource status: -33 clBuildProgram status: -45 clCreateKernel pipe_writer status: -45 clCreateKernel pipe_reader Nothing appears to actually be done on the clCreateProgramWithSource call. Anyone know if it works? I find that it would be extremely useful for handing frameworks like Caffe or benchmarks like SHOC where the kernels are dynamically created at run time. One could generate them, and compile for emulation and be able to run the code. Then afterwards go ahead an properly compile to bitstreams and use the aocx files. Thanks, Dan..