-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
While compiling intgemm with one of the latest versions of the ICC (icpc (ICC) 19.1.3.304) I got the following result:
benchmarks/../intgemm/callbacks/implementations.inl(47): error #3632: "target" attribute on special function is not supported
CPU_ATTR void operator()(vi input, const OutputBufferInfo& info) {
^
as far as I know the attribute ((target ("sse2/sse3/avx2"))) that is used here is a "gnu extension" to the c/c++ programming language and it is not working with ICC compiler.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels