Skip to content

Commit caef0fd

Browse files
committed
update cudasift readme
1 parent c65a19b commit caef0fd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cudaSift/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,15 @@ ONEAPI_DEVICE_SELECTOR=hip:* ./cudaSift
9090
**To run hip version**
9191

9292
./cudasift
93+
94+
95+
96+
97+
***NOTE: Regarding default input files location:***
98+
99+
Input files for this workload are located at cudaSift/inputData by default. \
100+
If this needs to be changed, please use the following command line argument to provide the path of a different location:
101+
102+
./cudasift **-input_data_loc** <INPUT_FILES_DIR>
103+
104+

0 commit comments

Comments
 (0)