Trying GPUNetIO sample with BF2 and GPU (cc = 70), adding the following in meson.build:
nvcc_flags += [‘-gencode’, ‘arch=compute_70,code=sm_70’]
Showing the following when running application with any of doca_xxx function in kernel function:
[09:35:04:787461][DOCA][ERR][GPU_SEND_WAIT_TIME::KERNEL:97]: […/device/gpunetio_send_wait_time_kernel.cu:97] cuda failed with device kernel image is invalid
If only “printf” in CUDA kernel function, the sample completed successfully.
Does GPUNetIO in DOCA and DPU currently support GPU cc < 80?