Skip to content

Commit

Permalink
fix binary name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
FMarno committed Apr 19, 2023
1 parent bcebaf2 commit 3292262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ DFT Complex USM example ran OK on MKLGPU
Runtime dispatching example with both MKLGPU and cuFFT backend

```none
SYCL_DEVICE_FILTER=gpu ./bin/example_dft_complex_fwd_buffer_mklgpu
SYCL_DEVICE_FILTER=gpu ./bin/example_dft_real_fwd_usm
########################################################################
# DFTI complex in-place forward transform with USM API example:
Expand All @@ -408,7 +408,7 @@ DFT example ran OK
```

```none
SYCL_DEVICE_FILTER=gpu ./bin/example_dft_complex_fwd_buffer_mklgpu
SYCL_DEVICE_FILTER=gpu ./bin/example_dft_real_fwd_usm
########################################################################
# DFTI complex in-place forward transform with USM API example:
Expand Down

0 comments on commit 3292262

Please sign in to comment.