We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c0a26 commit ae6c7f3Copy full SHA for ae6c7f3
2 files changed
CMakeLists.txt
@@ -280,9 +280,9 @@ add_custom_command(
280
281
# add_subdirectory(bridge)
282
283
-add_subdirectory(examples)
+# add_subdirectory(examples)
284
add_subdirectory("test")
285
-add_subdirectory(demos)
+# add_subdirectory(demos)
286
287
288
lib/Bridge.chpl
@@ -111,11 +111,6 @@ module Bridge {
111
in a: bridge_tensor_t,
112
in b: bridge_tensor_t): bridge_tensor_t;
113
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;
119
120
// extern "capture_webcam_bridge" proc captureWebcam(
121
// in cam_index: int(32)): bridge_tensor_t;
0 commit comments