Skip to content

Commit

Permalink
More NVRTC fixes for PTX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jan 30, 2025
1 parent 1ab4781 commit 21f2502
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <cuda/ptx>
#include <cuda/std/utility>

#include "nvrtc_workaround.h"
// above header needs to be included before the generated test header
#include "generated/tcgen05_alloc.h"

int main(int, char**)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <cuda/ptx>
#include <cuda/std/utility>

#include "nvrtc_workaround.h"
// above header needs to be included before the generated test header
#include "generated/tcgen05_commit.h"

int main(int, char**)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <cuda/ptx>
#include <cuda/std/utility>

#include "nvrtc_workaround.h"
// above header needs to be included before the generated test header
#include "generated/tcgen05_cp.h"

int main(int, char**)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <cuda/ptx>
#include <cuda/std/utility>

#include "nvrtc_workaround.h"
// above header needs to be included before the generated test header
#include "generated/tcgen05_fence.h"

int main(int, char**)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <cuda/ptx>
#include <cuda/std/utility>

#include "nvrtc_workaround.h"
// above header needs to be included before the generated test header
#include "generated/tcgen05_ld.h"

int main(int, char**)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <cuda/ptx>
#include <cuda/std/utility>

#include "nvrtc_workaround.h"
// above header needs to be included before the generated test header
#include "generated/tcgen05_mma.h"

int main(int, char**)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <cuda/ptx>
#include <cuda/std/utility>

#include "nvrtc_workaround.h"
// above header needs to be included before the generated test header
#include "generated/tcgen05_mma_ws.h"

int main(int, char**)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <cuda/ptx>
#include <cuda/std/utility>

#include "nvrtc_workaround.h"
// above header needs to be included before the generated test header
#include "generated/tcgen05_shift.h"

int main(int, char**)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <cuda/ptx>
#include <cuda/std/utility>

#include "nvrtc_workaround.h"
// above header needs to be included before the generated test header
#include "generated/tcgen05_st.h"

int main(int, char**)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <cuda/ptx>
#include <cuda/std/utility>

#include "nvrtc_workaround.h"
// above header needs to be included before the generated test header
#include "generated/tcgen05_wait.h"

int main(int, char**)
Expand Down

0 comments on commit 21f2502

Please sign in to comment.