Skip to content

Commit 24880a4

Browse files
committed
remove cloning instruction
1 parent c481ba9 commit 24880a4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

hashtable/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,12 @@
22

33
hashtable implements a simple hash table in GPU (original CUDA source code is from [here](https://github.com/nosferalatu/SimpleGPUHashTable)).
44

5-
## Cloning
6-
7-
To clone
8-
9-
```
10-
git clone https://github.com/oneapi-src/Velocity-Bench.git
11-
```
12-
135
## Supported versions
146

157
- CUDA: The original code was obtained from [here](https://github.com/nosferalatu/SimpleGPUHashTable)
168
- SYCL: The CUDA code was migrated using Intel DPCT, and then the resulting code was modified to remove the dpct headers.
179
- HIP: Created from CUDA version using hipify-perl script.
1810

19-
# Current Version:
20-
- Initial release of the workload
2111

2212
# Build Instructions
2313

0 commit comments

Comments
 (0)