Created
November 16, 2021 21:22
-
-
Save 4OH4/4231393556d8bd5ea9879b3ec2596478 to your computer and use it in GitHub Desktop.
Inline configuration parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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