There was an error while loading. Please reload this page.
1 parent c65a19b commit caef0fdCopy full SHA for caef0fd
cudaSift/README.md
@@ -90,3 +90,15 @@ ONEAPI_DEVICE_SELECTOR=hip:* ./cudaSift
90
**To run hip version**
91
92
./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