有人可以告诉我如何处理以下错误吗?
1>Linking...
1>.\Debug\CUDA1.cu.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
1>test - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
答案 0 :(得分:2)
确保将所有内容都设置为32位(x86)或64位(x64)编译。你已经为错误的架构构建了一些模块。