Skip to content

Commit

Permalink
Fix hip-clang build error. (#233)
Browse files Browse the repository at this point in the history
- Add missing headers.
  • Loading branch information
mhbliao authored and feizheng10 committed Aug 19, 2019
1 parent 6920006 commit 655899d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/samples/hipfft/hipfft_1d_d2z.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <complex>
#include <iostream>
#include <vector>

#include <hip/hip_runtime.h>
#include <hipfft.h>
Expand Down
1 change: 1 addition & 0 deletions clients/samples/hipfft/hipfft_1d_z2z.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <complex>
#include <iostream>
#include <vector>

#include <hip/hip_runtime.h>
#include <hipfft.h>
Expand Down
1 change: 1 addition & 0 deletions clients/samples/hipfft/hipfft_2d_d2z.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <complex>
#include <iostream>
#include <vector>

#include <hip/hip_runtime.h>
#include <hipfft.h>
Expand Down
1 change: 1 addition & 0 deletions clients/samples/hipfft/hipfft_2d_z2z.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <complex>
#include <iostream>
#include <vector>

#include <hip/hip_runtime.h>
#include <hipfft.h>
Expand Down
1 change: 1 addition & 0 deletions clients/samples/hipfft/hipfft_3d_d2z.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <complex>
#include <iostream>
#include <vector>

#include <hip/hip_runtime.h>
#include <hipfft.h>
Expand Down
1 change: 1 addition & 0 deletions clients/samples/hipfft/hipfft_3d_z2z.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <complex>
#include <iostream>
#include <vector>

#include <hip/hip_runtime.h>
#include <hipfft.h>
Expand Down
1 change: 1 addition & 0 deletions clients/samples/hipfft/hipfft_planmany_2d_z2z.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <hip/hip_runtime_api.h>
#include <hipfft.h>
#include <iostream>
#include <vector>

int main()
{
Expand Down
1 change: 1 addition & 0 deletions clients/samples/hipfft/hipfft_setworkarea.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <hip/hip_runtime_api.h>
#include <hipfft.h>
#include <iostream>
#include <vector>

int main()
{
Expand Down

0 comments on commit 655899d

Please sign in to comment.