Today, I'm wondering what the difference between Conda in oneAPI and Conda in Anaconda is and how to use the oneAPI in the right way to get the maximum usage of the latest Intel Core gen 12.
After installing oneAPI, they also contain conda. However, I cannot use this as a normal condition when:
-It does not contain conda-build and several packages like normal conda in Anaconda.
-Can not create as well as clone other environments from the "base" of Conda OneAPI. If I clone the "base" to the new one as conda create --name new_env --clone base
and then activate the "new_env", I cannot use Conda anymore and it warns me like the conda does not exist. The warning is as below.
'conda' is not recognized as an internal or external command.
operable program or batch file.
However, training any DNN model on conda oneAPI is faster than on conda in Anaconda by 30%, and it also has better performance in the data preprocessing tasks. I really want to always use the advantage of Python in the Conda OneAPI environment as normal Conda in Anaconda. So, how to merge them into one to make it easier to use, or how to fix the problem of Conda environment of oneAPI toolkit