intel / beignet

Beignet is an open source implementation of the OpenCL specification - a generic compute oriented API. Here is Beignet Source Code Mirror in github- This is a publish-only repository and all pull requests are ignored. Please follow https://wiki.freedesktop.org/www/Software/Beignet/ for any of your improvements
GNU Lesser General Public License v2.1
95 stars 40 forks source link

cmake ../ error #23

Open MajidAbdelilah opened 1 year ago

MajidAbdelilah commented 1 year ago
  clang-3.7: error: unknown argument: '-ftree-loop-distribute-patterns'
    clang-3.7: error: unknown argument: '-fno-semantic-interposition'
    clang-3.7: error: unknown argument: '-mrelax-cmpxchg-loop'
    clang-3.7: warning: -Wl,-z,now: 'linker' input unused
    clang-3.7: warning: -Wl,-z,relro: 'linker' input unused
    clang-3.7: warning: -Wl,-sort-common: 'linker' input unused
    clang-3.7: warning: -Wl,--enable-new-dtags: 'linker' input unused

llvm 3.7 is the commended version why is this

MajidAbdelilah commented 1 year ago

note cmake with this cmake -DCMAKE_BUILD_TYPE=Release -DCOMPILER=CLANG ../