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