You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After build, the binary `cudasift` is generated in the directory `${cudaSift_HOME}/CUDA/out/build`
159
+
### 3.2.5 Run the SYCL version cudaSift
160
+
As the path of test data is relative to the path of CUDA version binary, the SYCL version binary should be moved to the same level directory where the CUDA version binary lies.
161
+
Run the following commands to run the SYCL version binary.
162
+
```
163
+
$cp cudasift ../../build/cudasift_sycl.run
164
+
$cd ../../build
165
+
$./cudasift_sycl.run
166
+
```
167
+
168
+
103
169
### 4 Review the migrated source code and fix all `DPCT` warnings
104
170
105
171
SYCLomatic and [Intel® DPC++ Compatibility Tool](https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compatibility-tool.html) define a list of `DPCT` warnings and embed the warning in migrated source code if need manual effort to check. All the warnings in the migrated code should be reviewed and fixed. For detail of `DPCT` warnings and corresponding fix examples, refer to [Intel® DPC++ Compatibility Tool Developer Guide and Reference](https://www.intel.com/content/www/us/en/develop/documentation/intel-dpcpp-compatibility-tool-user-guide/top/diagnostics-reference.html) or [SYCLomatic doc page](https://oneapi-src.github.io/SYCLomatic/dev_guide/diagnostics-reference.html).
@@ -153,7 +219,7 @@ If an error occurs during runtime, refer to [Diagnostics Utility for Intel® one
153
219
* Command Line Options of [SYCLomatic](https://oneapi-src.github.io/SYCLomatic/dev_guide/command-line-options-reference.html) or [Intel® DPC++ Compatibility Tool](https://software.intel.com/content/www/us/en/develop/documentation/intel-dpcpp-compatibility-tool-user-guide/top/command-line-options-reference.html)
0 commit comments