Open co63oc opened 2 weeks ago
Thanks for your contribution!
pytest时有一个循环引用的报错:
paddle3.0下,test_convolution 报错,大概看了一下可能是因为reshape的shape不对,比如应该是.reshape([-1, 1, 1])但是现在是.reshape(-1, 1, 1)
paddle3.0下,test_convolution 报错,大概看了一下可能是因为reshape的shape不对,比如应该是.reshape([-1, 1, 1])但是现在是.reshape(-1, 1, 1)
paddle_aux对reshape的参数是有修改的应该是可以,我再看下
安装的3.0.0.dev20241111版本,test_convolution.py没有问题 utils/paddle_aux.py 处理reshape的部分,在源文件中引入paddle_aux 会替换reshape
安装的3.0.0.dev20241111版本,test_convolution.py没有问题 utils/paddle_aux.py 处理reshape的部分,在源文件中引入paddle_aux 会替换reshape
确实,是triton版本的问题,更新到 3.1.0 test全部跑通
确实,是triton版本的问题,更新到 3.1.0 test全部跑通
好的
好的
PR types
Others
PR changes
Others
Describe
Paddle 适配 torch-harmonics RFC https://github.com/PaddlePaddle/community/pull/1002
安装依赖triton,triton依赖torch,会同时安装 torch
examples/train_sfno.py 运行比较 Paddle
Torch
单测59项运行完成
Notebooks/支持运行文件 conditioning_sht.ipynb getting_started.ipynb helmholtz.ipynb plot_spherical_harmonics.ipynb quadrature.ipynb shallow_water_equations.ipynb train_sfno.ipynb
Notebooks/gradient_analysis.ipynb 中SGD使用complex64类型参数不支持,不支持运行