wangzy0327

Results 37 comments of wangzy0327

> > > > For now Paddle FL runs on only PaddlePaddle 1.8.0. Supporting PaddlePaddle 2.0 is on our near plan, FYI. > > > > > > > >...

> I consider you can try find data_utils.py in path “PaddleFL/python/paddle_fl/mpc/“. If there does not exist the file “data_utils.py”, you can update the local code base from github. Hope this...

@vpirogov I cannot find relative content about oneDNN was tested in the [README.md](https://github.com/oneapi-src/oneDNN/blob/main/README.md) Which readme.md has the relevant onednn test version and the dependent sycl version? Can you provide a...

@shu1chen I refered to the i[ssue-5980](https://github.com/intel/llvm/issues/5980) I modified the two files llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp and llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h as you listed above with the modifications. I modified it and recompiled SYCL, then compiled oneDNN....

@shu1chen I have raised a ticket in [intel/llvm#5980](https://github.com/intel/llvm/issues/5980). But it no reply yet.

@ldrumm I met the same problem when I compiled the oneDNN(v3.2) with cuda(11.2). My sycl version is 2022-06-release. I modified the two files llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp and llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h as you listed above...

> Hello @wangzy0327, it is undefined behavior to access the original data (`arr` in the example) in the same scope in which `sycl::buffer` which owns `arr` (`data_buffer` in the example)...