Questions tagged [intel-cloud]

3 questions
1
vote
1 answer

Intel Modin Jupyter notebook issues

I have got two issues with modin Lately I am not able to create modin environment using the command: conda create -n aikit-modin intel-aikit-modin -c intel -c conda-forge (as mentioned in the documentation link of AI Analytics toolkit…
0
votes
1 answer

On running the code in Intel Devcloud, it is throwing runtime error

I was trying to run this code but while compiling in intel devcloud using these commands: icpx -qopenmp -fopenmp-targets=spir64 openmp_target_offload_clause_ordering.cpp export OMP_TARGET_OFFLOAD=MANDATORY it is showing runtime error. #include…
Pksingh
  • 53
  • 4
0
votes
1 answer

Result on FPGA in Intel DevCloud

I am learning OneAPI OpenCL FPGA implementation in the Intel DevCloud by following this link (https://github.com/intel/FPGA-Devcloud/tree/master/main/QuickStartGuides/OpenCL_Program_PAC_Quicksta...). I am working with MobaXterm on Windows OS. It's a…