mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 03:11:08 -06:00
CUDA: Enable CudaOnly.SeparateCompilation test runtime calls
Uncomment the calls in `main.cpp` (and fix the signatures).
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
#include "file1.h"
|
||||
#include "file2.h"
|
||||
|
||||
// result_type file4_launch_kernel(int x);
|
||||
// result_type file5_launch_kernel(int x);
|
||||
int file4_launch_kernel(int x);
|
||||
int file5_launch_kernel(int x);
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
// file4_launch_kernel(42);
|
||||
// file5_launch_kernel(42);
|
||||
file4_launch_kernel(42);
|
||||
file5_launch_kernel(42);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user