We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c481ba9 commit 24880a4Copy full SHA for 24880a4
hashtable/README.md
@@ -2,22 +2,12 @@
2
3
hashtable implements a simple hash table in GPU (original CUDA source code is from [here](https://github.com/nosferalatu/SimpleGPUHashTable)).
4
5
-## Cloning
6
-
7
-To clone
8
9
-```
10
-git clone https://github.com/oneapi-src/Velocity-Bench.git
11
12
13
## Supported versions
14
15
- CUDA: The original code was obtained from [here](https://github.com/nosferalatu/SimpleGPUHashTable)
16
- SYCL: The CUDA code was migrated using Intel DPCT, and then the resulting code was modified to remove the dpct headers.
17
- HIP: Created from CUDA version using hipify-perl script.
18
19
-# Current Version:
20
-- Initial release of the workload
21
22
# Build Instructions
23
0 commit comments