Rajy Rawther

Results 25 comments of Rajy Rawther

@bogdanul2003 just to add on what @kiritigowda, multiple sub_graphs can be created to run them in different cores. OpenCL always uses parallel threads on GPU

@bogdanul2003 : Currently OpenCL implementation is only targeted for GPU only. We don't have an OpenCL implementation which gets executed in parallel on different CPU cores. Are you running on...

@bogdanul2003 Once the nodes are submitted to GPU, they can run in parallel provided no data dependancy. OpenVX framework checks if the input data is ready before a node is...

@LakshmiKumar23: The same change needs to be done for READERS_TEST_FILE.sh as well

@AryanSalmanpour : Can you please review the HIP kernels in this PR?

@kiritigowda : Please merge this PR

@LakshmiKumar23 : Can you please review this PR

graphics use case is not required for RPP. Just "rocm" use case is enough

I too am getting this error when compiling sse2 intrinsic. What is the solution when using hcc?

Hi @afzpatel : To get rid of this, we need to do some work in the rocAL code so it doesn't use that API. Beause of no available resource to...