Skip to content

Commit df8559d

Browse files
committed
Simple physics example, that adds broadcast with inout and 2D tensor
1 parent a2be47f commit df8559d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/AMSlib/ams_interface/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function(BUILD_TEST exe source)
171171
target_compile_definitions(${exe} PRIVATE ${AMS_APP_DEFINES})
172172
endfunction()
173173

174-
174+
BUILD_TEST(ams_physics ams_physics.cpp)
175175
BUILD_TEST(ams_end_to_end ams_ete.cpp)
176176
BUILD_TEST(ams_inout_2d ams_ete_2d.cpp)
177177
BUILD_TEST(ams_ete_broadcast ams_ete_broadcast.cpp)

tests/AMSlib/ams_interface/ams_ete.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
#include "AMS.h"
1515
#include "ml/surrogate.hpp"
16-
#include "wf/debug.h"
1716

1817
using namespace ams;
1918

0 commit comments

Comments
 (0)