CuPBoP/compilation/KernelTranslation/include/x86/init.h

8 lines
162 B
C
Raw Normal View History

#ifndef __NVVM2x86_INIT__
#define __NVVM2x86_INIT__
#include "llvm/IR/Module.h"
2022-05-04 20:59:38 +08:00
#include <fstream>
void init_block(llvm::Module *M, std::ofstream &fout);
#endif