Skip to content

MAINT: Specify texture address precisely#9471

Merged
leofang merged 1 commit into
cupy:mainfrom
seberg:maint-texture-address
Nov 14, 2025
Merged

MAINT: Specify texture address precisely#9471
leofang merged 1 commit into
cupy:mainfrom
seberg:maint-texture-address

Conversation

@seberg
Copy link
Copy Markdown
Member

@seberg seberg commented Nov 4, 2025

I tried using profile=True and I think I also ran into this once before (not sure due to what).
In some cases Cython generates code to expose this to Python and then it fails casting to int* when compiling the generated C++ code.

Maybe whether it fails compiling is dependent on more things, since it doesn't happen in CI?

I tried using `profile=True` and I think I also ran into this once
before (not sure due to what).
In some cases Cython generates code to expose this to Python and
then it fails casting to `int*` when compiling the generated C++
code.

Maybe whether it fails compiling is dependent on more things, since
it doesn't happen in CI?
@seberg seberg requested a review from a team as a code owner November 4, 2025 20:36
Comment thread cupy_backends/cuda/api/_runtime_typedef.pxi
@leofang
Copy link
Copy Markdown
Member

leofang commented Nov 14, 2025

/test mini

@leofang leofang self-assigned this Nov 14, 2025
@leofang leofang added cat:code-fix Code refactoring that do not change behavior prio:medium labels Nov 14, 2025
@leofang leofang added this to the v14.0.0rc1 milestone Nov 14, 2025
@leofang leofang enabled auto-merge November 14, 2025 02:46
@leofang leofang merged commit 23bacb7 into cupy:main Nov 14, 2025
59 checks passed
@seberg seberg deleted the maint-texture-address branch November 14, 2025 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cat:code-fix Code refactoring that do not change behavior prio:medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants