Skip to content

Instantly share code, notes, and snippets.

@4OH4
Created November 16, 2021 21:22
Show Gist options
  • Save 4OH4/4231393556d8bd5ea9879b3ec2596478 to your computer and use it in GitHub Desktop.
Save 4OH4/4231393556d8bd5ea9879b3ec2596478 to your computer and use it in GitHub Desktop.
Inline configuration parameters
#define IMW __IMW_keyword__ // image width (px)
#define IMH __IMH_keyword__ // image height (px)
#define BX __BX_keyword__ // block index x
#define BY __BY_keyword__ // block index y
#define nTPB (BX*BY) // threads per block
#define IMN 21 // buffer length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment