Commit 311d7268 authored by Tat Dat Duong's avatar Tat Dat Duong
Browse files

chore: add mesh test

parent 4cf5b6b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,4 +12,4 @@ set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} -DHAVE_CUDA")

add_executable(tnl_host tnl_host.cpp ${CXX_TESTS_FLAGS})
add_executable(tnl_cuda tnl_cuda.cu ${CXX_TESTS_FLAGS})
add_executable(tnl_test tnl_test.cu ${CXX_TESTS_FLAGS})
add_executable(tnl_mesh_cuda tnl_mesh_cuda.cu ${CXX_TESTS_FLAGS})
+1313 −0

File added.

Preview size limit exceeded, changes collapsed.

+396 −0

File added.

Preview size limit exceeded, changes collapsed.

+3698 −0

File added.

Preview size limit exceeded, changes collapsed.

+825 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading