Lilo Huang

Results 10 comments of Lilo Huang

@allisonvacanti same issue on thrust::inclusive_scan, even reduce_by_key. I think it's because cub::BlockScan doesn't support passing valid_items like cub::BlockLoad and cub::BlockStore, so for those out-of-bound items (could be uninitialized value) will...

The accuracy issue could be related to cv2.resize() which doesn't maintain the aspect ratio. Please note that darknet is using letterbox_image() while training. Reading this article https://blog.paperspace.com/how-to-implement-a-yolo-v3-object-detector-from-scratch-in-pytorch-part-5/ may give you...

Porting an existing CUDA (thrust code) to oneAPI (DPL) indeed requires this feature. Looking forward to seeing it.

@dmitriy-sobolev thanks for your quick response, using debugger (e.g. intel gdb, cuda-gdb, etc.) requires shipping source code to customer side so it won't fit my need. My current alternative solution...

@nikkon-dev How about the NVIDIA RTX A4000? The NVIDIA RTX series represents a new series of Quadro GPUs, although regrettably, the DCGM does not seem to be compatible with it....

@nikkon-dev FYR. Thanks! ``` lilo@bokeh:~$ dcgmi dmon -e 1002 #Entity SMACT ID Error setting watches. Result: -33: This request is serviced by a module of DCGM that is not currently...

@timmiesmith @akukanov Could you kindly provide me with an update regarding the availability of the transform_output_iterator in the latest version of oneDPL? I would greatly appreciate it if you could...

Confirmed the bug has been fixed and verified with oneAPI 2023.1.0.

Hi @masterleinad , Using sycl::ext::oneapi::experimental::printf() perfectly meets my needs. Thanks, Lilo