Hide streams and typinfo from nvrtc (#853)
* Hide streams and typinfo from nvrtc * Use __CUDACC_RTC__ instead CUDA_ARCH for guard
This commit is contained in:
parent
7e370c9637
commit
29801e348a
@ -43,10 +43,11 @@
|
|||||||
#include "cutlass/conv/conv3d_problem_size.h"
|
#include "cutlass/conv/conv3d_problem_size.h"
|
||||||
#include "cutlass/gemm/threadblock/index_remat.h"
|
#include "cutlass/gemm/threadblock/index_remat.h"
|
||||||
|
|
||||||
|
#if !defined(__CUDACC_RTC__)
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "cutlass/core_io.h"
|
#include "cutlass/core_io.h"
|
||||||
#include "cutlass/trace.h"
|
#include "cutlass/trace.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user