wangzy0327

Results 37 comments of wangzy0327

If I use hip (for AMD),how to set the cmake command line? I set cmake command line like below,but it not work. ``` cmake .. -DCMAKE_CXX_COMPILER=/opt/rocm/bin/hipcc -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install -DSTRUMPACK_USE_HIP=ON -DSTRUMPACK_USE_MPI=OFF...

> Whether this way use SYCL GPU platform to run code instead of CPU? @pghysels

dpcpp support multi GPUs(like cuda,AMD,Intel). If I install oneAPI base Toolkit which GPU will be choosed ? @pghysels

> openblas Can you tell me this work in which device platform ? intel GPU or only CPU ? I tried it in my Intel GPU platform,but it not worked....

> If you use MKL for both the SYCL code and the CPU BLAS, you might need to use the ILP64 MKL interface, using: `-DSTRUMPACK_USE_BLAS64=ON -DBLA_VENDOR=Intel10_64ilp` > > This works...

Hi,@pghysels This is init oneapi env and export metis_dir path. ![image](https://github.com/pghysels/STRUMPACK/assets/22990858/43bd3d27-19c2-42c2-9aaa-6d57b0a8375d) This is my cmake command line and completely cmake output. ``` cmake ../ \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=../install \ -DCMAKE_CXX_FLAGS='-fsycl...

I also try paddle-1.8.0 and paddle-1.8.5 . but get error wangzy0327 ***@***.*** 签名由 网易邮箱大师 定制 On 05/20/2021 17:26, jed wrote: paddle 2.0 is not supported yet, you can try to...

yes . I follow the documents install paddle 1.8 get the output like this wangzy0327 ***@***.*** 签名由 网易邮箱大师 定制 On 05/20/2021 20:26, jed wrote: could you please try installing just...

follow your steps,I got this output ------------------ 原始邮件 ------------------ 发件人: ***@***.***>; 发送时间: 2021年5月20日(星期四) 晚上8:26 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [PaddlePaddle/PaddleFL] PaddleFL source code Compile problem (#164) could you please try...

> > For now Paddle FL runs on only PaddlePaddle 1.8.0. Supporting PaddlePaddle 2.0 is on our near plan, FYI. > > OK,I have achieved on 1.8.0 . thx Hello,which...