cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

lxp121
Journeyman III

what is the compile order

i use the C++ API to write a test programm. there are two files : test.br and test_cpp.cpp, and the test.br contain only kernel. what is the right compile order?

first, i use "brcc test.br" to get test.cpp, test.h and test_gpu.h.

what is the next step?

thanks

0 Likes
1 Reply
pbhani
Journeyman III

Compile the C++ files and link them together. Also link with brook library.

 

0 Likes