Commit ca67075
authored
Fix undefined variable in memory_source error message (#2990)
The fallback method used `typeof(t)` but the parameter was anonymous.
This would cause an UndefVarError instead of the intended error message
when passing an unsupported type to CuTexture.1 parent 58d68f7 commit ca67075
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
0 commit comments