Skip to content

Commit

Permalink
Define a set of Work-group collective functions
Browse files Browse the repository at this point in the history
Only place-holder for now.
  • Loading branch information
kif committed Oct 30, 2024
1 parent 9701ddc commit 9b0a2a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Empty file.
7 changes: 7 additions & 0 deletions src/pyFAI/resources/openCL/collective/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
py.install_sources(
['reduction.cl',
'scan.cl',
'comb_sort.cl'],
pure: false, # Will be installed next to binaries
subdir: 'pyFAI/resources/openCL/collective' # Folder relative to site-packages to install to
)
Empty file.
Empty file.

0 comments on commit 9b0a2a9

Please sign in to comment.