File: README.md

package info (click to toggle)
rocfft 6.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,968 kB
  • sloc: cpp: 72,181; python: 6,506; sh: 387; xml: 204; makefile: 63
file content (12 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Samples to demo using rocfft

## `complex_1d`

You may need to add the directories for amdclang++ and rocFFT to your
`CMAKE_PREFIX_PATH`, and ensure that `amdclang++` is in your `PATH`.

``` bash
$ mkdir build && cd build
$ cmake -DCMAKE_CXX_COMPILER=amdclang++ ..
$ make
```