Altera_Forum
Honored Contributor
9 years agoUniversity license for OpenCL?
Hello,
I'm trying to follow the introduction to OpenCL videos (https://www.youtube.com/watch?v=4pukzi14mly) but I'm currently stuck when trying to compile OpenCL for my board:
aoc device/vector_add.cl -o bin/vector_add.aocx --report
aoc: Selected default target board s5_ref
/home/renagen/opt/intelFPGA/16.1/opencl_example_vector_soc/vector_add/device/vector_add.cl:23:48: warning: declaring kernel argument with no 'restrict' may lead to low kernel performance
__kernel void vector_add(__global const float *x,
^
/home/renagen/opt/intelFPGA/16.1/opencl_example_vector_soc/vector_add/device/vector_add.cl:24:48: warning: declaring kernel argument with no 'restrict' may lead to low kernel performance
__global const float *y,
^
2 warnings generated.
Could not acquire a valid license for the Intel(R) FPGA SDK for OpenCL(TM).
Error: Verilog generator FAILED.
Refer to vector_add/vector_add.log for details. The LM_LICENSE_FILE is pointing to my license file which contains: # Altera SDK for OpenCL (University), 1 Seat(s)# - Maintenance Expiration of 2018.01 Have you ever experienced such kind of error? Does anyone know if the University license is compatible for such use? Thanks.