Skip to content

Commit ae6c7f3

Browse files
author
Brandyn Tucknott
committed
Iain's changes made on my computer.
1 parent 73c0a26 commit ae6c7f3

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ add_custom_command(
280280

281281
# add_subdirectory(bridge)
282282

283-
add_subdirectory(examples)
283+
# add_subdirectory(examples)
284284
add_subdirectory("test")
285-
add_subdirectory(demos)
285+
# add_subdirectory(demos)
286286

287287

288288

lib/Bridge.chpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ module Bridge {
111111
in a: bridge_tensor_t,
112112
in b: bridge_tensor_t): bridge_tensor_t;
113113

114-
extern "split_loop" proc splitLoop(idx: int(64), n: int(64)): void;
115-
116-
extern "split_loop_filler" proc splitLoopFiller(n: int(64),ret: c_ptr(int(64))): void;
117-
118-
extern "show_webcam" proc showWebcam(): void;
119114

120115
// extern "capture_webcam_bridge" proc captureWebcam(
121116
// in cam_index: int(32)): bridge_tensor_t;

0 commit comments

Comments
 (0)