ManuelCostanzo

Results 5 comments of ManuelCostanzo

Hi ! Thanks for answer. I would like to ask you what are the advantages of explicitly writing vectorization instructions versus compiler auto-vectorization ? I understand that in complex cases...

Hi @illuhad, thank you for your answer! I'll do that. Another thing: I was modifying my compilation method, and for example, now I'm doing this: /opt/hipSYCL/bin/syclcc --hipsycl-targets="omp;spirv;cuda:sm_75" --cuda-path=/usr/local/cuda -O3 But...

Excellent, so should I build from source, right? Because I installed hipSYCL from apt repository

Amazing @illuhad, thank you very much for all the explanations. It is super helpful and interesting. With my director, we are working on porting a CUDA bioinformatic software to SYCL...