fixed 2d multiscale opencl advection, implemented spectral multiscale lowpass...
fixed 2d multiscale opencl advection, implemented spectral multiscale lowpass filtering in python and opencl
parent
a9be4bf5
No related branches found
No related tags found
Showing
- examples/multiresolution/scalar_advection.py 8 additions, 5 deletionsexamples/multiresolution/scalar_advection.py
- hysop/backend/device/codegen/kernels/directional_advection.py 10 additions, 10 deletions...p/backend/device/codegen/kernels/directional_advection.py
- hysop/backend/device/opencl/operator/spatial_filtering.py 37 additions, 0 deletionshysop/backend/device/opencl/operator/spatial_filtering.py
- hysop/backend/host/python/operator/directional/advection_dir.py 1 addition, 1 deletion...backend/host/python/operator/directional/advection_dir.py
- hysop/backend/host/python/operator/spatial_filtering.py 7 additions, 2 deletionshysop/backend/host/python/operator/spatial_filtering.py
- hysop/core/graph/computational_node_frontend.py 2 additions, 2 deletionshysop/core/graph/computational_node_frontend.py
- hysop/operator/base/spatial_filtering.py 93 additions, 4 deletionshysop/operator/base/spatial_filtering.py
- hysop/operator/spatial_filtering.py 4 additions, 1 deletionhysop/operator/spatial_filtering.py
Loading
Please register or sign in to comment