This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Remove old `c-operator` example, which is now merged into `c-dataflow`
tags/v0.0.0-test.4
Philipp Oppermann
3 years ago
parent
59fe9c33b1
commit
472e52a8c3
Failed to extract signature
2 changed files
with
0 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
examples/c-operator/.gitignore
+0
-9
examples/c-operator/README.md
+ 0
- 3
examples/c-operator/.gitignore
View File
@@ -1,3 +0,0 @@
operator.o
operator.so
api.h
+ 0
- 9
examples/c-operator/README.md
View File
@@ -1,9 +0,0 @@
# C-operator Example
Build with these steps:
```bash
cp ../../apis/c/operator/operator_api.h .
clang -c operator.c
clang -shared -v operator.o -o operator.so
```
Write
Preview
Loading…
Cancel
Save