HeCBench icon indicating copy to clipboard operation
HeCBench copied to clipboard

Results 11 HeCBench issues
Sort by recently updated
recently updated
newest added

I'm trying to run the miniFE-sycl code compiled using [hipSYCL](https://github.com/illuhad/hipSYCL/blob/develop/doc/installing.md) and it throws an error when CG Solver starts. Below is the stdout. ``` [ri-wshilpage@login-01 src]$ ./miniFE.x MiniFE Mini-App, OpenMP...

Hello zjin-lcf I am trying do the minibude-sycl project. However i find the data files' content(.in file) from data/bm1 and data/bm2 are almost garbled text. May you update correct data?

Hi, In "make" file of Hotspot3D there is command named "../data/hotspot3D/power_512x8". But I am unable to find out the data folder in the Benchmark folder.

bitonic-sort-sycl is a lot slower than the HIP version on chipStar targeting the same device through OpenCL. I guess, it's because sycl::queue creation initiates the SYCL runtime initialization while chipStar...

Make a lot of benchmarks to exit with error code 1 when the verification fails and make autohecbench.py skip result recording for the failing benchmarks. (This commit is extended version...

This PR fixes compilation issue related to aligned-types Compile errors: hipcc -std=c++14 -Wall -g -O3 -c main.cu -o main.o main.cu:65:26: error: expected unqualified-id typedef struct __align__(4) ^ main.cu:65:26: error: expected...

Hello @zjin-lcf I am investigating the performance impact of using the texture cache on Nvidia GPU's in SYCL and CUDA. I have noticed that some benchmarks (clink, convolution1D, convolutionsSeparable, page-rank,...

https://github.com/zjin-lcf/HeCBench/blob/5abb471ffcc77b7f3fbb15ff39e9769028928c7e/xsbench-cuda/io.cu#L72-L81 The result is fixed with the default input parameter, if num of lookups changes, it will fail here, but the calculation result is correct.

Hello @zjin-lcf, @cogumbreiro and I have been working on this repository trying to find the data races using the tool [faial-drf](https://gitlab.com/umb-svl/faial/). This commit fixes the data races in the following...

This PR aims to introduce a verification system inside the autohecbench.py allowing the benchmark results to be flagged as correct or not in the summary output. In the subset.json, each...