zjin-lcf

Results 134 comments of zjin-lcf

Could you please clarify if SYCL buffer examples are supported with RNG ? Currently, the examples are written with USM. Thanks.

Could you please clarify if curand and cublas can be enabled together or only one of them can be enabled in the build instruction ?

Could you please clarify if ROCRAND is supported by HIPSYCL ? If not, please add a note to the ROCRAND support in the build instruction. ``` -DENABLE_ROCBLAS_BACKEND=True \ -DTARGET_DOMAINS=blas #...

Thank you for your answers. Sorry, I have not looked into your implementations, but I wish that reporting issues will help the development of HipSYCL. "I recommend not opening the...

Thanks. I am adding named kernels in any case.

Could you please take a look at the updated issue report ? I appreciate that you/other people in your group reproduce these issues.

When you can run any of the applications in my report successfully using your version of hipSYCL, please list them here. Then there may be some issues with my installation...

heartwall is a benchmark in the Rodinia. The data are not included and need to be downloaded manually. Sorry. You could download the data here ``` http://www.cs.virginia.edu/~kw5na/lava/Rodinia/Packages/Current/rodinia_3.1.tar.bz2 ``` Then I...

I reproduced the following error using gaussian-sycl, a benchmark in Rodinia. ``` [hipSYCL Error] from hip_allocator.cpp:134 @ query_pointer(): hip_allocator: query_pointer(): query failed (error code = HIP:101) ``` The results (i.e....

I hope the errors in gaussian-sycl may be representative of errors (query failed, memory segfault, cpu/gpu result mismatch) observed in applications. Thank you for explaining the error when my conclusion...