fixstars / fixstars/Halide-elements

Halide-2017-10における動作

Open
#11 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
87
Forks
16
PR merge metrics
No merged PRs in 30d

Description

Halide-2017-10を用いてconvolutionをmakeしたところ、

Halide//include/Halide.h:24143:21: error: pasting "reg_" and ""convolution"" does not give a valid preprocessing token
static auto reg_##GEN_REGISTRY_NAME = Halide::Internal::RegisterGenerator(#GEN_REGISTRY_NAME, GEN_REGISTRY_NAME##_ns::factory);

convolution_generator.cc:37:40: error: expected unqualified-id before user-defined string literal
HALIDE_REGISTER_GENERATOR(Convolution, "convolution")

/Halide//include/Halide.h:24146:75: error: expected \u2018}\u2019 at end of input
"HALIDE_REGISTER_GENERATOR must be used at global scope");

等のエラーが出てしまいました。(original Halideの動作は確認しております)

Halide-2017-10では動作しないなどあるのでしょうか。
buildしたLLVM,CLANGは4.0を使用しています。

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.