[llvm] [NVPTX] Add Intrinsics for discard.* (PR #128404)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 10:20:09 PST 2025
gonzalobg wrote:
The pointer needs to be 128-byte aligned (so naturally-aligned). Thanks!
________________________________
From: Artem Belevich ***@***.***>
Sent: Friday, February 28, 2025 7:15:24 PM
To: llvm/llvm-project ***@***.***>
Cc: Gonzalo Brito ***@***.***>; Mention ***@***.***>
Subject: Re: [llvm/llvm-project] [NVPTX] Add Intrinsics for discard.* (PR #128404)
@Artem-B commented on this pull request.
________________________________
In llvm/docs/NVPTXUsage.rst<https://github.com/llvm/llvm-project/pull/128404#discussion_r1975840792>:
> +The operand ``immarg`` is an integer constant that specifies the length in bytes of the
+address range ``[%ptr, %ptr + immarg)`` to write ``undef`` into.
Are there any requirements on alignment of the pointer?
If the pointer is not required to be aligned on 128-byte boundary, does invalidation affect [ptr, ptr+imm] range only, or does it invalidate all cache lines overlapping specified range?
—
Reply to this email directly, view it on GitHub<https://github.com/llvm/llvm-project/pull/128404#pullrequestreview-2651490219>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APQD34YXRKPIAQR3WQXX3G32SCRTZAVCNFSM6AAAAABXV7MPE6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDMNJRGQ4TAMRRHE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
-----------------------------------------------------------------------------------
NVIDIA GmbH
Wuerselen
Amtsgericht Aachen
HRB 8361
Managing Directors: Rebecca Peters, Donald Robertson, Janet Hall, Ludwig von Reiche
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
https://github.com/llvm/llvm-project/pull/128404
More information about the llvm-commits
mailing list