Kevin Ta

Results 58 comments of Kevin Ta

What type of failures are you running into? IPEX should be functional on ICX. You just need to ensure that it has proper instruction sets for lower precision datatypes (i.e....

Thanks for reporting this, let me try to reproduce on my end and get back to you

This is a follow up to https://github.com/intel/intel-extension-for-pytorch/issues/409? According to this thread https://github.com/pytorch/pytorch/issues/87695#issuecomment-1302036775, it seems like a potential pathing issue. Could you try setting the appropriate equivalent path for your env?...

Are you using conda? I think it should just be in your conda path (i.e. `${PATH_TO_CONDA}/pkgs/intel-openmp-{version}`) But also, I am unsure if this is the solution. I have not heard...

Great, thanks for the information and I appreciate your quick response! I will await your update. In the meantime, I actually support OpenFL efforts from the Intel side, so let...

Sorry, I somehow missed your response. Thank you so much for your help. I will give this a try.

ipex+xpu requires a patched version of torch (see: [version mapping](https://intel.github.io/intel-extension-for-pytorch/xpu/2.0.110+xpu/tutorials/installations/linux.html#pytorch-intel-extension-for-pytorch-version-mapping)) Can you try installing the corresponding torch binary and see if that resolves the import error? `python -m pip install...

hi, has this been resolved or are you still running into issues?

I am trying to run it on CPU, but am running error: `NameError: name 'str2optimizer32bit' is not defined` @manuelhsantana did you happen to run into this? I can try to...

> > I am trying to run it on CPU, but am running error: `NameError: name 'str2optimizer32bit' is not defined` > > @manuelhsantana did you happen to run into this?...