mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-07-06 08:15:09 -04:00
Remove unused texture reference
This commit is contained in:
@ -106,8 +106,6 @@ def apply_affine(names, packer):
|
||||
NTHREADS = 256
|
||||
|
||||
iter_decls = """
|
||||
// Note: for normalized lookups, uchar4 actually returns floats
|
||||
texture<uchar4, cudaTextureType2D, cudaReadModeNormalizedFloat> palTex;
|
||||
__shared__ iter_params params;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user