Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Henning Fehrmann
NVidia_AMD_Bench
Commits
fd2bf5ef
Commit
fd2bf5ef
authored
Jan 29, 2021
by
Henning Fehrmann
Committed by
Henning Fehrmann
Jan 29, 2021
Browse files
added some FFTW handling
parent
01429d6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
hardware_settings.h
View file @
fd2bf5ef
...
...
@@ -32,6 +32,8 @@
#define __PREFIX(c) hip##c
#define __CREATE_HANDLE(h) rocblas_create_handle(h)
#define __DESTROY_HANDLE(h) rocblas_destroy_handle(h)
#define __DESTROY_PLAN(p) rocfft_plan_destroy(p)
#define __FFTW_PLAN rocfft_plan
#endif
#ifdef CUDA
...
...
@@ -49,4 +51,6 @@
#define __PREFIX(c) cuda##c
#define __CREATE_HANDLE(h) cublasCreate(h)
#define __DESTROY_HANDLE(h) cublasDestroy(h)
#define __DESTROY_PLAN(p) cufftDestroy(p)
#define __FFTW_PLAN cufftHandle
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment