BaseKit-code-samples
BaseKit-code-samples copied to clipboard
Hi. Double Buffering example dose not work correctly on Aria 10. Calcuated value on FPGA does not match with a correct value. The same is valid for n way buffer....
Would you add back the examples listed in README for the DPC++ compiler directory. Currently, there is only one example. https://github.com/intel/BaseKit-code-samples/blob/master/README.md
Can you reproduce the error of the following program on a CPU after installing oneAPI base toolkit ? ~/BaseKit-code-samples/DPC++Compiler/oneDPL/dpc_reduce/build$ ./src/dpc_reduce Number of steps is 1000000 terminate called after throwing an...
I'd like to check the performance of different devices in doing a simple task, like the Matrix Multiplication. I'd like to do it with the devices in the Intel DevCloud....
I want to compare the performance for different version of matrix_multiply. It works well for "matrix.icc/matrix.gcc/matrix.clang/matrix.dpcpp". But when I run "matrix.mkl", I got an error below: ''' ===== Error: Change...