Saitama10000

Results 1 issues of Saitama10000

This code gives this error even though it works with the host compiler: ``` template void f() {} int main() { f(); } ``` ``` nvcc main.cu main.cu(1): error: floating-point...