Rewording LLVM backend requirements in what.rst#472
Rewording LLVM backend requirements in what.rst#472hms0411rt wants to merge 1 commit intomitsuba-renderer:masterfrom
Conversation
make it clear that AVX512 ISA is required on x86
|
The vector instruction sets are not required. Dr.Jit/LLVM will use them when available to provide performance improvements, but they are definitely not a prerequisite. |
|
@wjakob I need the LLVM backend for Sionna-RT but I cannot import drjit without the error |
|
@hms0411rt this is related to mitsuba-renderer/drjit-core#60. You can probably patch drjit-core in a similar way to mitsuba-renderer/drjit-core#59 to make it work, but I don’t think there’s a plan to officially support it. |
|
Thanks for the patch @lnuic, I will try that. Should the documentation then state that x86 ivy bridge and older are not officially supported? Potentially with a reference to the patch. And do I read |
|
@wjakob @lnuic can we reopen the PR to add the comment on FMA? I am new to git, should I amend and force push my modifications from another commit? |
Make it clear that only
AVX512 ISAFMAISA CPUs are supported on x86 for LLVM backends. Is ORCv2 or MCJIT another requirement?Maybe add some of the checks done by jitc_llvm_init() to the documentation or to a requirements section.