Durgadoss R
1b01064faa
[NVPTX] Add TMA bulk tensor copy intrinsics ( #96083 )
...
This patch adds NVVM intrinsics and NVPTX codegen for:
* cp.async.bulk.tensor.S2G.1D -> 5D variants, supporting both Tile and
Im2Col modes. These intrinsics optionally support cache_hints as
indicated by the boolean flag argument.
* cp.async.bulk.tensor.G2S.1D -> 5D variants, with support for both Tile
and Im2Col modes. The Im2Col variants have an extra set of offsets as
parameters. These intrinsics optionally support multicast and cache_hints,
as indicated by the boolean arguments at the end of the intrinsics.
* The backend looks through these flag arguments and lowers to the
appropriate PTX instruction.
* Lit tests are added for all combinations of these intrinsics in
cp-async-bulk-tensor-g2s/s2g.ll.
* The generated PTX is verified with a 12.3 ptxas executable.
* Added docs for these intrinsics in NVPTXUsage.rst file.
* PTX Spec reference:
https://docs.nvidia.com/cuda/parallel-thread-execution/#data-movement-and-conversion-instructions-cp-async-bulk-tensor
Signed-off-by: Durgadoss R <durgadossr@nvidia.com>
2024-11-07 15:21:53 +05:30
..
2023-10-23 13:54:39 -07:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2024-05-07 11:08:33 +02:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2023-07-21 16:43:46 -05:00
2024-02-08 17:14:13 -06:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-01-08 22:34:28 -05:00
2023-06-06 14:22:12 -07:00
2024-09-06 18:37:34 +04:00
2024-09-06 18:37:34 +04:00
2023-06-06 14:22:12 -07:00
2024-03-15 08:13:59 +01:00
2024-03-13 11:49:16 +01:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2023-07-11 14:43:35 +01:00
2024-01-31 14:37:27 -08:00
2024-08-17 10:00:24 +05:30
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2024-09-25 16:49:02 -07:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2024-03-29 11:58:41 -07:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2024-09-17 10:40:21 +02:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2023-06-28 11:57:13 -07:00
2024-08-19 10:34:22 -07:00
2024-10-19 10:05:36 -04:00
2024-11-07 15:21:53 +05:30
2024-11-07 15:21:53 +05:30
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-09-08 13:44:58 -07:00
2023-08-09 14:41:01 +02:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-08-05 10:53:33 -07:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2024-08-07 20:25:45 +05:30
2024-09-23 10:18:00 -07:00
2024-09-23 10:18:00 -07:00
2024-11-01 16:35:43 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-10-22 16:39:44 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-01-24 09:24:28 -08:00
2023-06-06 14:22:12 -07:00
2024-05-13 14:01:00 -07:00
2023-06-06 14:22:12 -07:00
2024-01-24 09:24:28 -08:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-05-17 12:06:35 +02:00
2024-07-18 10:29:24 -07:00
2023-06-06 14:22:12 -07:00
2024-10-08 17:48:25 +01:00
2024-07-18 10:29:24 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-11-01 08:02:43 -07:00
2024-11-06 12:10:49 -08:00
2024-10-19 10:05:36 -04:00
2024-01-24 09:24:28 -08:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2024-07-10 16:01:12 -05:00
2024-07-10 16:01:12 -05:00
2024-07-10 16:01:12 -05:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-06-06 06:42:46 -07:00
2024-06-06 06:42:46 -07:00
2024-01-19 10:42:33 -08:00
2024-02-13 10:06:25 -06:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2024-02-05 14:07:09 +01:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-05 12:21:52 -07:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2024-02-05 14:07:09 +01:00
2023-06-06 14:22:12 -07:00
2023-05-17 17:03:15 +02:00
2023-06-06 14:22:12 -07:00
2024-09-23 10:18:00 -07:00
2024-09-23 10:18:00 -07:00
2024-11-04 13:06:27 +00:00
2023-10-09 12:33:22 -07:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-07-26 08:43:30 +02:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-10-24 12:00:56 -07:00
2023-11-10 09:33:29 -06:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-08-09 13:59:56 -07:00
2023-06-28 11:57:13 -07:00
2024-08-09 13:59:56 -07:00
2023-06-28 11:57:13 -07:00
2024-10-19 10:05:36 -04:00
2024-06-25 10:04:45 -07:00
2023-09-29 08:39:31 +02:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-06-24 22:15:58 -04:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2024-10-18 09:35:42 +04:00
2023-10-23 13:54:39 -07:00
2024-02-12 13:18:08 -08:00
2023-06-06 14:22:12 -07:00
2024-02-05 14:07:09 +01:00
2023-06-06 14:22:12 -07:00
2024-08-29 21:26:58 -07:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2024-02-08 20:09:44 -06:00
2024-02-05 14:07:09 +01:00
2024-02-09 14:11:01 -06:00
2024-02-09 14:11:01 -06:00
2023-06-06 14:22:12 -07:00
2024-06-27 10:19:05 +01:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2024-08-24 13:19:44 -04:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2023-10-23 13:54:39 -07:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-04-23 08:56:39 -07:00
2024-04-23 08:56:39 -07:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-01-09 12:04:13 -08:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-11-06 12:10:49 -08:00
2023-10-23 13:54:39 -07:00
2024-02-05 14:07:09 +01:00
2024-11-06 12:10:49 -08:00
2023-06-06 14:22:12 -07:00
2023-10-24 18:01:48 +02:00
2023-11-07 11:49:37 +01:00
2023-06-06 14:22:12 -07:00
2024-02-05 14:07:09 +01:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2024-11-01 13:26:28 -07:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-01-17 10:41:11 -08:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-01-26 13:49:00 -08:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2023-06-06 14:22:12 -07:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-10-10 12:57:43 -07:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-11-06 11:53:33 +00:00
2023-10-09 12:33:22 -07:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2024-09-17 21:06:46 -07:00
2024-10-19 10:05:36 -04:00
2023-06-06 14:22:12 -07:00
2023-12-06 10:48:43 -08:00
2024-03-29 11:58:41 -07:00
2023-06-06 14:22:12 -07:00
2023-11-15 09:55:47 -08:00
2023-11-15 09:55:47 -08:00
2023-11-15 09:55:47 -08:00
2023-11-15 09:55:47 -08:00
2023-11-15 09:55:47 -08:00
2023-11-15 09:55:47 -08:00
2023-11-15 09:55:47 -08:00
2023-11-15 09:55:47 -08:00
2024-05-03 10:09:52 -07:00