latest version of oneAPI:
tetto@ubuntuoffice:~/mytrial1$ icpx --version
Intel(R) oneAPI DPC++/C++ Compiler 2024.0.2 (2024.0.2.20231213)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /opt/intel/oneapi/compiler/2024.0/bin/compiler
Configuration file: /opt/intel/oneapi/compiler/2024.0/bin/compiler/../icpx.cfg
I have both artus 23.4 (I know not compatible/supported by oneAPI latest yet) and Quartus 23.1 (this should be compatible). My licence is Pro, here is my .bashrc file (do I miss anything there?)
export QSYS_ROOTDIR="/home/tetto/intelFPGA_pro/23.1/qsys/bin"
export QUARTUS_ROOTDIR_OVERRIDE=/home/tetto/intelFPGA_pro/23.1/quartus
export LD_LIBRARY_PATH=~/intelFPGA_pro/23.1/quartus/linux64:$LD_LIBRARY_PATH
export CL_CONTEXT_MPSIM_DEVICE_INTELFPGA=1
export PATH=$PATH:/home/tetto/intelFPGA_pro/23.1/quartus/bin/
export INTELFPGAOCLSDKROOT="/home/tetto/intelFPGA_pro/23.1/hld"
p.s. It just occurred to me, that my machine CPU is non Intel (AMD Ryzen Threadripper 3960X 24-Core Processor), I would think that not an issue, isn't it?