Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

기록

Halide 본문

Language/C

Halide

민동기 2022. 6. 25. 13:39
728x90

Halide는 c기반 최적화 language로, 알고리즘과 최적화를 분리하여, 최적의 c code를 생성해준다. 

 

Releases · halide/Halide · GitHub

 

Releases · halide/Halide

a language for fast, portable data-parallel computation - halide/Halide

github.com

 

Setup for windows,

1. add Halide's include and lib directories in "VC++ Directories"

2. add C++17 option in "C/C++ / Language"

3. Add halide.lib dependency in "Linker/Input"

.

4. Copy "halide.dll" in .\Halide-14.0.0-x86-64-windows\bin\Release to the directory where .exe is generated(for example, .\x64\release")

'Language > C' 카테고리의 다른 글

Halide Auto-scheduler 결과  (0) 2022.07.17
C++ 행렬 초기화  (0) 2022.06.18
Codeblocks font 관련 error 해결  (0) 2021.12.04