mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 03:30:05 -05:00
Remove unused texture reference
This commit is contained in:
parent
c79db04490
commit
6b2b72a3fe
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user