This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
hmmm, mlir need c++14 anyway
tags/20200727
nihui
GitHub
6 years ago
parent
cfcee2298d
commit
46c6f3a4a2
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/mlir/CMakeLists.txt
+ 1
- 1
tools/mlir/CMakeLists.txt
View File
@@ -1,7 +1,7 @@
project(mlir2ncnn)
cmake_minimum_required(VERSION 3.10)
set(CMAKE_CXX_STANDARD 1
1
)
set(CMAKE_CXX_STANDARD 1
4
)
set(LLVM_DIR "/home/nihui/osd/llvm-project/build/install/lib/cmake/llvm")
find_package(LLVM REQUIRED)
Write
Preview
Loading…
Cancel
Save