Compiling the 2020-12 release for cuda #3596
-
Hi, I've been trying to compile the current latest version of this repository but I encountered some problems with the support for this flag: I have followed these steps:
But the compilation failed at this point:
Could you please point me to a fairly stable version of this repository which will compile and support the latest features for SYCL ? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi @dosarudaniel,
Basically, almost each version should be stable enough as we have a number of pre-commit checks including builds and testing with CUDA (see any merged PR) as well as some post-commit checks (here: https://github.com/intel/llvm/actions/workflows/linux_post_commit.yml) From logs you attached:
It looks like OpenCL ICD build failed, could you please also share those |
Beta Was this translation helpful? Give feedback.
-
BTW, @dosarudaniel, the new release is coming and commit hash is already known, see PR with release notes: https://github.com/intel/llvm/pull/3590/files#diff-34d07c751527855529b6a40917a72f3e46983c6abda27765486594794dd0e19dR3, it is 6a49170 - I would assume that newer commit already has all required fixes for issues you have encountered (but it might introduce new ones :)) |
Beta Was this translation helpful? Give feedback.
Hi @dosarudaniel,
Basically, almost each version should be stable enough as we have a number of pre-commit checks including builds and testing with CUDA (see any merged PR) as well as some post-commit checks (here: https://github.com/intel/llvm/actions/workflows/linux_post_commit.yml)
From logs you attached: