jinz2014
jinz2014
Can you please explain how the number 400240 is computed in the mem_streaming test ? ((elementsx(double)400240xsizeoft) / (time[0]x1024x1024)) Thanks
Could you please add a few more examples so that people can have a better understanding of the use of your JIT tool in scientific and benchmark applications ? Thank...
Suppose an executable depends on multiple source files, and one of the source files contains CUDA APIs. Can you please show the command to generate an executable using cocl_py ?...
I got the following error when calling the import_onnx_model function. Thanks for the instruction on the modification. ng_function = import_onnx_model(model.SerializeToString()) RuntimeError: Check '(batch_size.is_dynamic() || static_cast(batch_size) > 0)' failed at /root/ng/src/ngraph/validation_util.cpp:316:...
In the RTM8 example, is it right that dim3(gridSize) should be something like dim3(nx, ny, nz) ? In addition, is the function indexTo1D implemented incorrectly ? Thanks int gridSize =...
I have a question about multi-threading. I downloaded the bin files and then run the example: ./bin/dec265 raw_stream/BQTerrace_1920x1080_60_qp37.bin -q -t 16 WARNING: Cannot run decoder multi-threaded because stream does not...
Can you please explain what need to be changed for the following error ? Thank you. python inference/inference_sim.py -a resnet50 -b 512 /home/user/anaconda3/lib/python3.7/site-packages/yaml/constructor.py:126: DeprecationWarning: Using or importing the ABCs from...
I have a question about running the example on an Intel integrated GPU. I got the following error when the backend_name is GPU. I am not clear which libraries or...
To get people started quickly, I think this example is helpful. There are two SYCL kernels: the first kernel produces results read by the second kernel. The first one is...
Which file does a user need to edit to disable the installation of certain dependencies (e.g. cmake) ? I observe the following error, and would like to disable folly to...