triton-windows 3.2.0.post19__cp313-cp313-win_amd64.whl → 3.2.0.post21__cp313-cp313-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of triton-windows might be problematic. Click here for more details.

Files changed (110) hide show
  1. triton/_C/libtriton.pyd +0 -0
  2. triton/backends/amd/driver.py +6 -1
  3. triton/backends/nvidia/compiler.py +1 -3
  4. triton/backends/nvidia/driver.py +7 -3
  5. triton/runtime/autotuner.py +2 -2
  6. triton/runtime/build.py +5 -5
  7. triton/runtime/tcc/lib/python310.def +1610 -0
  8. triton/runtime/tcc/lib/python311.def +1633 -0
  9. triton/runtime/tcc/lib/python312.def +1703 -0
  10. triton/runtime/tcc/lib/python313.def +1651 -0
  11. triton/runtime/tcc/lib/python313t.def +1656 -0
  12. triton/runtime/tcc/lib/python39.def +1644 -0
  13. triton/runtime/tcc/lib/python3t.def +905 -0
  14. triton/windows_utils.py +11 -4
  15. {triton_windows-3.2.0.post19.dist-info → triton_windows-3.2.0.post21.dist-info}/METADATA +1 -1
  16. {triton_windows-3.2.0.post19.dist-info → triton_windows-3.2.0.post21.dist-info}/RECORD +18 -103
  17. {triton_windows-3.2.0.post19.dist-info → triton_windows-3.2.0.post21.dist-info}/WHEEL +1 -1
  18. triton/backends/amd/include/hip/amd_detail/amd_channel_descriptor.h +0 -358
  19. triton/backends/amd/include/hip/amd_detail/amd_device_functions.h +0 -1031
  20. triton/backends/amd/include/hip/amd_detail/amd_hip_atomic.h +0 -1612
  21. triton/backends/amd/include/hip/amd_detail/amd_hip_bf16.h +0 -1337
  22. triton/backends/amd/include/hip/amd_detail/amd_hip_bfloat16.h +0 -293
  23. triton/backends/amd/include/hip/amd_detail/amd_hip_common.h +0 -32
  24. triton/backends/amd/include/hip/amd_detail/amd_hip_complex.h +0 -174
  25. triton/backends/amd/include/hip/amd_detail/amd_hip_cooperative_groups.h +0 -829
  26. triton/backends/amd/include/hip/amd_detail/amd_hip_fp16.h +0 -1809
  27. triton/backends/amd/include/hip/amd_detail/amd_hip_gl_interop.h +0 -108
  28. triton/backends/amd/include/hip/amd_detail/amd_hip_math_constants.h +0 -124
  29. triton/backends/amd/include/hip/amd_detail/amd_hip_runtime.h +0 -405
  30. triton/backends/amd/include/hip/amd_detail/amd_hip_runtime_pt_api.h +0 -196
  31. triton/backends/amd/include/hip/amd_detail/amd_hip_unsafe_atomics.h +0 -565
  32. triton/backends/amd/include/hip/amd_detail/amd_hip_vector_types.h +0 -2226
  33. triton/backends/amd/include/hip/amd_detail/amd_math_functions.h +0 -104
  34. triton/backends/amd/include/hip/amd_detail/amd_surface_functions.h +0 -244
  35. triton/backends/amd/include/hip/amd_detail/amd_warp_functions.h +0 -494
  36. triton/backends/amd/include/hip/amd_detail/concepts.hpp +0 -30
  37. triton/backends/amd/include/hip/amd_detail/device_library_decls.h +0 -133
  38. triton/backends/amd/include/hip/amd_detail/functional_grid_launch.hpp +0 -218
  39. triton/backends/amd/include/hip/amd_detail/grid_launch.h +0 -67
  40. triton/backends/amd/include/hip/amd_detail/grid_launch.hpp +0 -50
  41. triton/backends/amd/include/hip/amd_detail/grid_launch_GGL.hpp +0 -26
  42. triton/backends/amd/include/hip/amd_detail/helpers.hpp +0 -137
  43. triton/backends/amd/include/hip/amd_detail/hip_api_trace.hpp +0 -1350
  44. triton/backends/amd/include/hip/amd_detail/hip_assert.h +0 -101
  45. triton/backends/amd/include/hip/amd_detail/hip_cooperative_groups_helper.h +0 -242
  46. triton/backends/amd/include/hip/amd_detail/hip_fp16_gcc.h +0 -254
  47. triton/backends/amd/include/hip/amd_detail/hip_fp16_math_fwd.h +0 -96
  48. triton/backends/amd/include/hip/amd_detail/hip_ldg.h +0 -100
  49. triton/backends/amd/include/hip/amd_detail/hip_prof_str.h +0 -10169
  50. triton/backends/amd/include/hip/amd_detail/hip_runtime_prof.h +0 -77
  51. triton/backends/amd/include/hip/amd_detail/host_defines.h +0 -180
  52. triton/backends/amd/include/hip/amd_detail/hsa_helpers.hpp +0 -102
  53. triton/backends/amd/include/hip/amd_detail/macro_based_grid_launch.hpp +0 -798
  54. triton/backends/amd/include/hip/amd_detail/math_fwd.h +0 -698
  55. triton/backends/amd/include/hip/amd_detail/ockl_image.h +0 -177
  56. triton/backends/amd/include/hip/amd_detail/program_state.hpp +0 -107
  57. triton/backends/amd/include/hip/amd_detail/texture_fetch_functions.h +0 -491
  58. triton/backends/amd/include/hip/amd_detail/texture_indirect_functions.h +0 -478
  59. triton/backends/amd/include/hip/channel_descriptor.h +0 -39
  60. triton/backends/amd/include/hip/device_functions.h +0 -38
  61. triton/backends/amd/include/hip/driver_types.h +0 -468
  62. triton/backends/amd/include/hip/hip_bf16.h +0 -36
  63. triton/backends/amd/include/hip/hip_bfloat16.h +0 -44
  64. triton/backends/amd/include/hip/hip_common.h +0 -100
  65. triton/backends/amd/include/hip/hip_complex.h +0 -38
  66. triton/backends/amd/include/hip/hip_cooperative_groups.h +0 -46
  67. triton/backends/amd/include/hip/hip_deprecated.h +0 -95
  68. triton/backends/amd/include/hip/hip_ext.h +0 -159
  69. triton/backends/amd/include/hip/hip_fp16.h +0 -36
  70. triton/backends/amd/include/hip/hip_gl_interop.h +0 -32
  71. triton/backends/amd/include/hip/hip_hcc.h +0 -24
  72. triton/backends/amd/include/hip/hip_math_constants.h +0 -36
  73. triton/backends/amd/include/hip/hip_profile.h +0 -27
  74. triton/backends/amd/include/hip/hip_runtime.h +0 -75
  75. triton/backends/amd/include/hip/hip_runtime_api.h +0 -8919
  76. triton/backends/amd/include/hip/hip_texture_types.h +0 -29
  77. triton/backends/amd/include/hip/hip_vector_types.h +0 -41
  78. triton/backends/amd/include/hip/hip_version.h +0 -17
  79. triton/backends/amd/include/hip/hiprtc.h +0 -421
  80. triton/backends/amd/include/hip/library_types.h +0 -78
  81. triton/backends/amd/include/hip/math_functions.h +0 -42
  82. triton/backends/amd/include/hip/surface_types.h +0 -63
  83. triton/backends/amd/include/hip/texture_types.h +0 -194
  84. triton/backends/amd/include/hsa/Brig.h +0 -1131
  85. triton/backends/amd/include/hsa/amd_hsa_common.h +0 -91
  86. triton/backends/amd/include/hsa/amd_hsa_elf.h +0 -436
  87. triton/backends/amd/include/hsa/amd_hsa_kernel_code.h +0 -269
  88. triton/backends/amd/include/hsa/amd_hsa_queue.h +0 -109
  89. triton/backends/amd/include/hsa/amd_hsa_signal.h +0 -80
  90. triton/backends/amd/include/hsa/hsa.h +0 -5729
  91. triton/backends/amd/include/hsa/hsa_amd_tool.h +0 -91
  92. triton/backends/amd/include/hsa/hsa_api_trace.h +0 -566
  93. triton/backends/amd/include/hsa/hsa_ext_amd.h +0 -3090
  94. triton/backends/amd/include/hsa/hsa_ext_finalize.h +0 -531
  95. triton/backends/amd/include/hsa/hsa_ext_image.h +0 -1454
  96. triton/backends/amd/include/hsa/hsa_ven_amd_aqlprofile.h +0 -488
  97. triton/backends/amd/include/hsa/hsa_ven_amd_loader.h +0 -667
  98. triton/backends/amd/include/roctracer/ext/prof_protocol.h +0 -107
  99. triton/backends/amd/include/roctracer/hip_ostream_ops.h +0 -4435
  100. triton/backends/amd/include/roctracer/hsa_ostream_ops.h +0 -1467
  101. triton/backends/amd/include/roctracer/hsa_prof_str.h +0 -3027
  102. triton/backends/amd/include/roctracer/roctracer.h +0 -779
  103. triton/backends/amd/include/roctracer/roctracer_ext.h +0 -81
  104. triton/backends/amd/include/roctracer/roctracer_hcc.h +0 -24
  105. triton/backends/amd/include/roctracer/roctracer_hip.h +0 -37
  106. triton/backends/amd/include/roctracer/roctracer_hsa.h +0 -112
  107. triton/backends/amd/include/roctracer/roctracer_plugin.h +0 -137
  108. triton/backends/amd/include/roctracer/roctracer_roctx.h +0 -67
  109. triton/backends/amd/include/roctracer/roctx.h +0 -229
  110. {triton_windows-3.2.0.post19.dist-info → triton_windows-3.2.0.post21.dist-info}/top_level.txt +0 -0
triton/windows_utils.py CHANGED
@@ -204,12 +204,19 @@ def find_winsdk_env() -> tuple[Optional[Path], Optional[str]]:
204
204
  winsdk_base_path = Path(winsdk_base_path)
205
205
 
206
206
  version = os.getenv("WindowsSDKVersion")
207
- if version:
208
- version = version.rstrip("\\")
207
+ if version is None:
208
+ version = os.getenv("WindowsSDKVer")
209
+ if version is None:
210
+ warnings.warn(
211
+ f"Environment variable WindowsSdkDir = {winsdk_base_path}, "
212
+ "but WindowsSDKVersion (or WindowsSDKVer) is not set."
213
+ )
214
+ return None, None
215
+ version = version.rstrip("\\")
209
216
  if not check_winsdk(winsdk_base_path, version):
210
217
  warnings.warn(
211
- f"Environment variables WindowsSdkDir = {os.getenv('WindowsSdkDir')}, "
212
- f"WindowsSDKVersion = {os.getenv('WindowsSDKVersion')} are set, "
218
+ f"Environment variables WindowsSdkDir = {winsdk_base_path}, "
219
+ f"WindowsSDKVersion (or WindowsSDKVer) = {version} are set, "
213
220
  "but this Windows SDK installation is incomplete."
214
221
  )
215
222
  return None, None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: triton-windows
3
- Version: 3.2.0.post19
3
+ Version: 3.2.0.post21
4
4
  Summary: A language and compiler for custom Deep Learning operations
5
5
  Home-page: https://github.com/woct0rdho/triton-windows
6
6
  Author: Philippe Tillet, Dian Wu
@@ -2,112 +2,20 @@ triton/__init__.py,sha256=buC26NIOMT6cwmoYkc5jk46jb3fploY6_bOZYKwzdKQ,1347
2
2
  triton/_internal_testing.py,sha256=4pzyc_36u05khUveZ1TWL3MQ-7EVMJ1C2c1dRd8BMsw,4269
3
3
  triton/errors.py,sha256=8WfnuRKLG578mgY6cBA3ECruVMf9ULEKFNgRcJ6IhWM,89
4
4
  triton/testing.py,sha256=fX3pn9bjC3Z-z5qzSKW56C_2WF8h3mHLy5RJqpZ-HsA,19382
5
- triton/windows_utils.py,sha256=YUl-1QbLINQRaAAMNYPjLiTFZlVsCNi9mTFck5aemwk,12778
6
- triton/_C/libtriton.pyd,sha256=7__d7KLqUTs1KQuYtqWh6Lg5lZEK224hlUiW5xpMtuI,87262208
5
+ triton/windows_utils.py,sha256=KOxhtcaTpNbs-UNtZvBJ4lCahJeMgbXUzWdv2wW3z98,13036
6
+ triton/_C/libtriton.pyd,sha256=-3EtAt0HAnbP4JbZ2RlYBoDqe3qG7lYeCovLh4C_5ZM,87357952
7
7
  triton/backends/__init__.py,sha256=opAo_vgEMt3tLO_bYFrYGksnIu0qohbmyuu_s3-rNAs,1595
8
8
  triton/backends/compiler.py,sha256=JZiiEbB9Wws3tjU6KXrydKtlOQI7Suk-mTYPlafa0Qk,11388
9
9
  triton/backends/driver.py,sha256=QX_6P1Go9ajdlHZi4Hv3nCtdHyDA6o8_lM3NMnlH1mk,1386
10
10
  triton/backends/amd/compiler.py,sha256=0FnS5mBLsPB9FQzNr3I9BPd3-KEB1Do29hDsnFGu25k,16203
11
11
  triton/backends/amd/driver.c,sha256=obiiiPndny5NyhUcJ8iyrVHrXU1ruLpLGd_LgaKQEbU,8459
12
- triton/backends/amd/driver.py,sha256=5hrhChpNC8Npm8kRSAde9lB2wxyNkZtZrz7trHbdu7E,18596
13
- triton/backends/amd/include/hip/channel_descriptor.h,sha256=gTYe7SzIg-m3ThOQY2vr5Rh6-uWvUP_d37v8F4T2Q14,1773
14
- triton/backends/amd/include/hip/device_functions.h,sha256=vkybrdk6wyZP-T1I5PRjtfcMqGYXDeBpB5jhYj358GU,1589
15
- triton/backends/amd/include/hip/driver_types.h,sha256=m1HI80HC80qkTeco2Jd07woL_jTy48lz9JiDCV_8zsg,18985
16
- triton/backends/amd/include/hip/hip_bf16.h,sha256=lLw6K5ltb6AqSuINYTq8flxxsDkBP8Y2zbqmUjBcG9c,1571
17
- triton/backends/amd/include/hip/hip_bfloat16.h,sha256=Nqoy9VjfjglVx2_NJcp8hyT1sJUukXRWj8XMlidv1yA,1755
18
- triton/backends/amd/include/hip/hip_common.h,sha256=q5aPhG3DHW0iUJ7ayS5lfM_ZnZQNbMmLmfdHlOwbPdA,3450
19
- triton/backends/amd/include/hip/hip_complex.h,sha256=TmdzQP5oVPfhBVARJYcR5eyv9HInmKMFuFoQ_1ECk_I,1594
20
- triton/backends/amd/include/hip/hip_cooperative_groups.h,sha256=gMLvaYQ3b-f1vcoMtEwtkN0hO5__zNfP5p5oBKmv_SE,1878
21
- triton/backends/amd/include/hip/hip_deprecated.h,sha256=gFLuCuKn7R_xCfum_i_Q-vi3Lg8NWHKphKZKze8DwEo,6340
22
- triton/backends/amd/include/hip/hip_ext.h,sha256=jK1Qc-SXgUyRTj8bBa9ZP__95Qgd2-W1mwnJo6Qpnoo,8560
23
- triton/backends/amd/include/hip/hip_fp16.h,sha256=vKJh-zgDWUW7NyXxtv2ho6aVLXX8BIPfzCigEQ5d6I4,1523
24
- triton/backends/amd/include/hip/hip_gl_interop.h,sha256=-GwkSFMBneM8akFE7pqlhi0k-Ft2uz5674wGoiaU43Q,1438
25
- triton/backends/amd/include/hip/hip_hcc.h,sha256=RYrArDlnTEP89xKbzIpW17_bsBY5moCitq00PL-4oWI,1307
26
- triton/backends/amd/include/hip/hip_math_constants.h,sha256=8bSfve5E7cDuvNAUkFUeQwSLg3iJJHuqhuD4FmHNxEM,1588
27
- triton/backends/amd/include/hip/hip_profile.h,sha256=sjsNuduu5Jd6s7sJndZvZLlE0RZ0wN1rTVwv5nR7If0,1304
28
- triton/backends/amd/include/hip/hip_runtime.h,sha256=uy90l8Nep6xNUzeGcHMoDv84BT3hMpieTV-5ijkpL5A,3058
29
- triton/backends/amd/include/hip/hip_runtime_api.h,sha256=fzb_xktisCVcp2pWG-ZKhIG-YVQzDjGyPt4wvA4iayM,386498
30
- triton/backends/amd/include/hip/hip_texture_types.h,sha256=AhkvjG4cDjf_ZFLg5SsSTfBnXG614PBK1XVPa7irZbk,1237
31
- triton/backends/amd/include/hip/hip_vector_types.h,sha256=6FcBMBkP3ZN1Enalpa9hV0VopxdBJvbUCuaxISgzbTY,1630
32
- triton/backends/amd/include/hip/hip_version.h,sha256=J3vgzfZH0UkK8RYvyHVj1PbUNSZH1JPtlcmXxLBgwVk,407
33
- triton/backends/amd/include/hip/hiprtc.h,sha256=npK6f2ZkYIe5blJIGuofuTG0PrSMS2mkFBUqrdOp0A0,15631
34
- triton/backends/amd/include/hip/library_types.h,sha256=tPOJTQedPH5qC9meawLgKpnbFrQC2WKlfo6s0rhKoZc,2370
35
- triton/backends/amd/include/hip/math_functions.h,sha256=frzdJ4veBG8n9ALO4EmRrdOiDguR6FP6ygLnvOnVVSM,1815
36
- triton/backends/amd/include/hip/surface_types.h,sha256=uQHjITphDM7k4pnuEoDEupMUxBobzvhJpSy0unpegh4,1959
37
- triton/backends/amd/include/hip/texture_types.h,sha256=CtmdykZfDikhnrVfdJk3w2VK5X3Af_6rEKzU-VgLu24,6687
38
- triton/backends/amd/include/hip/amd_detail/amd_channel_descriptor.h,sha256=_2myGIdBTE0plFbGKOSx8HUqGZd0UBHo-YvKe2xkpbU,11708
39
- triton/backends/amd/include/hip/amd_detail/amd_device_functions.h,sha256=zfYTHJE_M_y2Y2ssP8ZH_EOczMBg4Iq2guglaKcI5js,31425
40
- triton/backends/amd/include/hip/amd_detail/amd_hip_atomic.h,sha256=PJRRTp83M0jIEBA_iWzfWwHZelSbL3TBrSDqlO3SQtk,49919
41
- triton/backends/amd/include/hip/amd_detail/amd_hip_bf16.h,sha256=fucv1_06JHVm82T0TmvERBbmtZTDQK6WJi_58oGQOXg,40634
42
- triton/backends/amd/include/hip/amd_detail/amd_hip_bfloat16.h,sha256=cFJlQEELGau_9geACeuiiFHyuAWCD6-VuSqcTnqajX0,9484
43
- triton/backends/amd/include/hip/amd_detail/amd_hip_common.h,sha256=dzkuIzuklqTRaNJjKLqfFEm6Fh4tK_FkTjYHFsZkmCI,1370
44
- triton/backends/amd/include/hip/amd_detail/amd_hip_complex.h,sha256=SEygl8X_MCXDVXxNIBm5Ds0eWwa-ojVXUUW48SIgsX8,5855
45
- triton/backends/amd/include/hip/amd_detail/amd_hip_cooperative_groups.h,sha256=SvrkniHiDGt-ztZRBvbkyajfUxTbGQzpZC1gnd4T-i8,31624
46
- triton/backends/amd/include/hip/amd_detail/amd_hip_fp16.h,sha256=86Nw97iaiC4QV5xBv8d3Bwc4FioMh5DQuCHj3sh_Yrw,57854
47
- triton/backends/amd/include/hip/amd_detail/amd_hip_gl_interop.h,sha256=9vxiV6rYRMGx12TPnrAVRvrfLyoRp74XRgKSPBPa2hk,3860
48
- triton/backends/amd/include/hip/amd_detail/amd_hip_math_constants.h,sha256=u1fIaf-AiWF70ZA1zxVkUIbRqoJLu5lrfYbgt_usySk,5890
49
- triton/backends/amd/include/hip/amd_detail/amd_hip_runtime.h,sha256=ZvDsQ0AiZnJ178NuAsA7AuHrySXbN3aFs5Z9m2tsIDg,13954
50
- triton/backends/amd/include/hip/amd_detail/amd_hip_runtime_pt_api.h,sha256=fc4mtHBkWmiSRh8m-dxIxvu9zsweLTwEgohkntYcgJw,9997
51
- triton/backends/amd/include/hip/amd_detail/amd_hip_unsafe_atomics.h,sha256=w9nJ1S32GRl_ejDiGacteM6Zf84iovIifAzWX8Bze0Q,24202
52
- triton/backends/amd/include/hip/amd_detail/amd_hip_vector_types.h,sha256=qPdmRJnzlgtjVshkafoHxdHoMLkoYS9U-ZD-TjLznr0,57088
53
- triton/backends/amd/include/hip/amd_detail/amd_math_functions.h,sha256=46wiaEMStCczEsHtccgHlATfw_0O5j6Z8rlFkC7bmUA,3171
54
- triton/backends/amd/include/hip/amd_detail/amd_surface_functions.h,sha256=rsQuylNqmNhLb7PZjBz7WbruD_6YIXtOptY2BNJDxVU,11062
55
- triton/backends/amd/include/hip/amd_detail/amd_warp_functions.h,sha256=p8DdtuxqlgGHzKdVPMHDnZOD8zA5f6GjLHYMr0_FKjQ,18966
56
- triton/backends/amd/include/hip/amd_detail/concepts.hpp,sha256=7EOkpr2w2-jclUQ115yxtFCkBWJ7btUzhBOe-mR0N0M,1252
57
- triton/backends/amd/include/hip/amd_detail/device_library_decls.h,sha256=4clSpgf898UVjfZFVnDkcYi75A27crPsuFtLcs1s4KU,7457
58
- triton/backends/amd/include/hip/amd_detail/functional_grid_launch.hpp,sha256=u7hRB9kQXX575a5C7cV3gKow55DSBUCwO0dTjIswlag,8129
59
- triton/backends/amd/include/hip/amd_detail/grid_launch.h,sha256=tNS7CQw9gy-z930CElH3n6c5iMvpsQ_WFZK024mNzEo,1830
60
- triton/backends/amd/include/hip/amd_detail/grid_launch.hpp,sha256=EuAlM3olyrArebqwW5eSxo4gfjvWCGOAGAuLLmFttgw,1370
61
- triton/backends/amd/include/hip/amd_detail/grid_launch_GGL.hpp,sha256=KpQAuyy1Dyt45WcPaR_x-Ex-onPGEHA01DBbla7TT-k,1219
62
- triton/backends/amd/include/hip/amd_detail/helpers.hpp,sha256=hi2pW1mXQnbIwvmwWt_nG6A38sqLOd-QP5S9sETTs60,5707
63
- triton/backends/amd/include/hip/amd_detail/hip_api_trace.hpp,sha256=d01j4SFQP_6ALwUHByxznZV8SrQHbuujRYon8rxFw-I,94612
64
- triton/backends/amd/include/hip/amd_detail/hip_assert.h,sha256=fNsG23KISuY-k5JFoX-5hZ7qGQScisXuHcdEwYlXOqw,3978
65
- triton/backends/amd/include/hip/amd_detail/hip_cooperative_groups_helper.h,sha256=tQ_XIvGKhvrj1h7gY-IVLmKvIPhsQa0YsBflxdhUHP8,7957
66
- triton/backends/amd/include/hip/amd_detail/hip_fp16_gcc.h,sha256=BtFsKmTptN4TOHocEicfNbBl2JCdZWKm_bd5mc5OzYY,6660
67
- triton/backends/amd/include/hip/amd_detail/hip_fp16_math_fwd.h,sha256=63tKWMPdW56qWlH_HbCaF_isVXufm514ol_SxL4YjTQ,5134
68
- triton/backends/amd/include/hip/amd_detail/hip_ldg.h,sha256=KAEZb9H4z4DDrkaloMOeWzahiDfI2V6c68vWT3jb5fU,3652
69
- triton/backends/amd/include/hip/amd_detail/hip_prof_str.h,sha256=s1T2IrCwYzZQOuCs5ppuegFQbjXSF2JA1eUSCmZg9AA,621355
70
- triton/backends/amd/include/hip/amd_detail/hip_runtime_prof.h,sha256=6GVfh1la0wtBVwdKX5y0C32dPD9shJp1o8wZdHsjZHA,2715
71
- triton/backends/amd/include/hip/amd_detail/host_defines.h,sha256=h_ZpFE4Clm2iyRyJevDb57Y-gC-6RVPjhnZ5rzPxiUo,7038
72
- triton/backends/amd/include/hip/amd_detail/hsa_helpers.hpp,sha256=Os-sJQOFI_0Abh8Ql05s0Rtfruk4NsSMfg7BtugxMgg,3232
73
- triton/backends/amd/include/hip/amd_detail/macro_based_grid_launch.hpp,sha256=6ocsArNa9_R6D6XCuNy8Zq23KG-j2uYsjqNCtnMrJws,67925
74
- triton/backends/amd/include/hip/amd_detail/math_fwd.h,sha256=nup5YhceJnngoLJCESI8qX08dNpbZci0i78WKu-wfdI,17000
75
- triton/backends/amd/include/hip/amd_detail/ockl_image.h,sha256=LzRPGMb515_iIAIIcbb2uQB-bTvT4xOjY51VdARD7lc,10538
76
- triton/backends/amd/include/hip/amd_detail/program_state.hpp,sha256=8QE9OmB8OKTy7rBr3EYEizJI2s-_1tgXpgU7zCA2Ky0,3154
77
- triton/backends/amd/include/hip/amd_detail/texture_fetch_functions.h,sha256=Ex1lF2gBWJxtC3yP9pXRSFywMp3gbEmyl0Sw8iL91yM,17787
78
- triton/backends/amd/include/hip/amd_detail/texture_indirect_functions.h,sha256=KkW5o5gMpoVMTRwzfXHA7-kZ9ynI8OaIw6jJ1EB1s98,18447
79
- triton/backends/amd/include/hsa/Brig.h,sha256=5H-btCHq40qgjjpwVAoRWf3E0ccf-J6UCPEcKx_hGKw,32705
80
- triton/backends/amd/include/hsa/amd_hsa_common.h,sha256=q_zN0eq-dwR7FnQ84PcpV3yZyvjHsouIAjJgKltGoX8,3912
81
- triton/backends/amd/include/hsa/amd_hsa_elf.h,sha256=r3xymEjYeTIBCPvlKBDJxKyI1Dfg6KDXc5VqO9Uy1iM,16352
82
- triton/backends/amd/include/hsa/amd_hsa_kernel_code.h,sha256=C55F8a480QsW16-iwN9TIT3cKnGh6GoeoEaEv3aVh4g,12659
83
- triton/backends/amd/include/hsa/amd_hsa_queue.h,sha256=ZJ-k5wY30heLmQnGB0VUz36XCiVHRmspg5FRNMGIk_U,4766
84
- triton/backends/amd/include/hsa/amd_hsa_signal.h,sha256=FDegZnWQC04GtnqHjXOBsB-AoVSaqdhNY6Mwbua5FGA,2947
85
- triton/backends/amd/include/hsa/hsa.h,sha256=Jft1K5uFAcasOD9IYW6wD5GsGQcPQTrmbpjie-0Wh00,190916
86
- triton/backends/amd/include/hsa/hsa_amd_tool.h,sha256=pyZSyIVl-UA5AOhte78jvn4V3hCd0dxJAIv7KeADsPs,2843
87
- triton/backends/amd/include/hsa/hsa_api_trace.h,sha256=2iuwHcpyW9wvr-WPKCgatQzYBaA8rTa3w1BRMXBGcSI,28982
88
- triton/backends/amd/include/hsa/hsa_ext_amd.h,sha256=V7bs8agiXxNEpJd9yoLQjUQ_vJeOagdfdrQ3Pgb4ioA,115908
89
- triton/backends/amd/include/hsa/hsa_ext_finalize.h,sha256=sv0AZbDM-B1wIdQ3cHTMlpUtNacQN2PkOgX90IZol_o,20227
90
- triton/backends/amd/include/hsa/hsa_ext_image.h,sha256=t5YJm_aw9EePCeFL1hoIfQ8ubIjBte-ptfReq6Ts-8Y,54232
91
- triton/backends/amd/include/hsa/hsa_ven_amd_aqlprofile.h,sha256=9uev2nT29MCdu7-HMkg9iItHop6QMOBMQL5DAFnftSg,19777
92
- triton/backends/amd/include/hsa/hsa_ven_amd_loader.h,sha256=c6cxPAzAox7u6IbFzEkQZfCuRl-Kr39WhY2_w23X1R4,26146
93
- triton/backends/amd/include/roctracer/hip_ostream_ops.h,sha256=WNXFZxawBXHmFGMDFIOZqXkCw6VzyDexwGPkGJre4w0,184840
94
- triton/backends/amd/include/roctracer/hsa_ostream_ops.h,sha256=AYwF-IT9Dhl2FX-GuvCJZX6fSmHK0xkKLORx9QxuSK8,57857
95
- triton/backends/amd/include/roctracer/hsa_prof_str.h,sha256=ctT-KKsIGayp7RUGUsFNR-dE65VydyXla_Qgvf-efTU,122884
96
- triton/backends/amd/include/roctracer/roctracer.h,sha256=B8sHz2DMNprP7EqNWIGwVLY1KQMpxmhfVy4UoR8dzzY,23849
97
- triton/backends/amd/include/roctracer/roctracer_ext.h,sha256=vLaZ8peAxSy0cwrdEalKnUApkKspfa04iw1Mr_Zcio0,2940
98
- triton/backends/amd/include/roctracer/roctracer_hcc.h,sha256=NlF3R8JQ9oX9lGpm0b2n-EWJ0r3y9sP9wbwnoucaCuY,1303
99
- triton/backends/amd/include/roctracer/roctracer_hip.h,sha256=RCzYuNw1vLR7xK4rb06TtM9TU546UYKHJ83IMHmZEm8,1432
100
- triton/backends/amd/include/roctracer/roctracer_hsa.h,sha256=M8APM64XNAWSslxQisM-pcmKoUQaUdTMaKvSACyt0Ag,4108
101
- triton/backends/amd/include/roctracer/roctracer_plugin.h,sha256=8GGE1zDbdPCVJtbmwOCYq7X0mwFjfWRtzDYKLD4cKys,4786
102
- triton/backends/amd/include/roctracer/roctracer_roctx.h,sha256=gBjBk5vb0l3PbBSQ7V9iFtaM_RzkIDJEW1A_PXBihBM,2014
103
- triton/backends/amd/include/roctracer/roctx.h,sha256=RhJXUXRhSJ5LRE_1gm7E6-bjEMrfcFBLDLuf3UxAIh8,6717
104
- triton/backends/amd/include/roctracer/ext/prof_protocol.h,sha256=6FAcvVD-dNM7uulFs2B-aTxw5xOAWGy6evdD4yUaebA,3849
12
+ triton/backends/amd/driver.py,sha256=Ldt7OImxFiF6wZjL3kJdxqkZdamrBLbuYqI1M5c2310,18690
105
13
  triton/backends/amd/lib/ockl.bc,sha256=wQKCzkKukIHbu0lyjKUYlhndc7S27xto6L54J0Bn-C0,246124
106
14
  triton/backends/amd/lib/ocml.bc,sha256=UPNTXW0gCXUNB-c6orSYwb-mz9_mjUc7zny_vfFza44,205964
107
15
  triton/backends/nvidia/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
108
- triton/backends/nvidia/compiler.py,sha256=cKKtU92WsvwgU30m902d8OI7MnVGI_2RriZdi1ujNDQ,16649
16
+ triton/backends/nvidia/compiler.py,sha256=NS2dAJjr8SpJj7jc9lRoETRHfd4ekUt4Z8evtIkRf5s,16570
109
17
  triton/backends/nvidia/driver.c,sha256=PXpmEf9cc0DapfcdwEWQFOdA0yi-f3t1_4OrWLofiXY,18938
110
- triton/backends/nvidia/driver.py,sha256=XCebfFRB5gTI5lNJD3sUcGtbFOyy5Zky64RgjgajMQU,17728
18
+ triton/backends/nvidia/driver.py,sha256=oLlCXpO7uZ4V1S1xLjZ9obiqvDnZdYKAOuGmP67wO5w,17801
111
19
  triton/backends/nvidia/bin/ptxas.exe,sha256=2m-Z7N6rSw_zUngI0Zza4eMzhqglEEQQ6sMkev8cAr8,19580416
112
20
  triton/backends/nvidia/include/cuda.h,sha256=6SN2FpBhqz9-wdKnWN4_R3q18-auO67gdcBp-cEiSpE,1072817
113
21
  triton/backends/nvidia/lib/libdevice.10.bc,sha256=XC-uN8huaMOjhgWpX1EtfRLV89uYYxC-R_VzBKpype4,473728
@@ -133,8 +41,8 @@ triton/language/extra/cuda/utils.py,sha256=e1BslV7lZGhi2uVIlo5lI9dcN61HUMIU2asPa
133
41
  triton/language/extra/hip/__init__.py,sha256=ieSER4LeX9_0horChGUUVwpuKAprkuka8uGAkEBDyDM,49
134
42
  triton/language/extra/hip/libdevice.py,sha256=EVraUfeXzQmN3F5Lleg2mohVcbFWOWlLaAH1nkbqtV4,16841
135
43
  triton/runtime/__init__.py,sha256=mKL5cqIBDUw2WO80NRCh4s1G8KYaqgM59TTAbTkPPjQ,621
136
- triton/runtime/autotuner.py,sha256=BJe69v9MSMSzdkvYSUDrvXrAFeLZ1x6A-7aUmpz2Le0,17271
137
- triton/runtime/build.py,sha256=Yn8kIt-FlhqsBK9OuLog0-mfhheFTMdzudKv4eDAZFo,5003
44
+ triton/runtime/autotuner.py,sha256=Em6Pw6Hu3W0SA5Q8MmBgC2nIqvodl57OG9WZqWzeE9I,17287
45
+ triton/runtime/build.py,sha256=hJjD5ceesn1B-zYQlv6L55bqOuCi69hrbdIfHjKmD_M,5047
138
46
  triton/runtime/cache.py,sha256=xMLfnhhgGoG2H5u7zQTydao4H0nenvAy0Or7btKWLiM,10591
139
47
  triton/runtime/driver.py,sha256=VZ-883Xri71R72lHB6usIpLo3gGLbZJkAlLP3ewWSpc,1509
140
48
  triton/runtime/errors.py,sha256=oj73dn34qJbLhOjakakAuZPSv-laZyIYylJiJwREA8Y,787
@@ -229,6 +137,13 @@ triton/runtime/tcc/lib/kernel32.def,sha256=ank2QlCtswD44SShHIX-0vqd5XQI6r0eu7HO3
229
137
  triton/runtime/tcc/lib/libtcc1-64.a,sha256=huWSqjVuP1FZcAo-Fqp5kiBNVFlhsn6oy2JvyzSxWUs,41706
230
138
  triton/runtime/tcc/lib/msvcrt.def,sha256=oB3JKUV0IE47w6R7bKFEnIlfef-SFeWC4jg6g-YUg7g,15880
231
139
  triton/runtime/tcc/lib/python3.def,sha256=o8MijZkdWOnHNPU4fmJrT1qw3fWSlaegC969H_X5_VE,16173
140
+ triton/runtime/tcc/lib/python310.def,sha256=3ofvYJiv78p-4DljnpZVvy9D5SvSfF-H26MldEEVJlw,33539
141
+ triton/runtime/tcc/lib/python311.def,sha256=8rxqpShmaBhu2HzvmkjsJy7kxXjNDBtD3nHTa88QKqY,33820
142
+ triton/runtime/tcc/lib/python312.def,sha256=yIwbeXDcGnPfAjTo89oEojrlQtrW6aVPvGm7GMX1RNs,35695
143
+ triton/runtime/tcc/lib/python313.def,sha256=HcOu0MS-PFcj2_OskAKsXfv9w27GebWijs-rc-RXmQI,34658
144
+ triton/runtime/tcc/lib/python313t.def,sha256=LssGwvVZnHdyZV2HHGcAqhla1blHjulz8Q7Wft8ERrs,34774
145
+ triton/runtime/tcc/lib/python39.def,sha256=iv2tgW38gyRGVdJ126Za7jrtW-ZAH1gFLD62JHj1e4E,34237
146
+ triton/runtime/tcc/lib/python3t.def,sha256=vem4PTOKJ-w6B_UCZdGFCscddRA-XWRONNOTMdWkXYQ,18101
232
147
  triton/runtime/tcc/lib/user32.def,sha256=EcYohyyDgmz9fLBoOR-vszLeJ2YkBUoNGvSnuXrkum0,10439
233
148
  triton/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
234
149
  triton/tools/build_extern.py,sha256=jCr-2hu3nLGBIJhCGUQ1jAyzLttughjkiPGEwRFjLR0,13673
@@ -238,7 +153,7 @@ triton/tools/compile.py,sha256=b3yNnVgoBk8WzOs87JrZPDIyasdSgAslOWmxse1J6yM,6761
238
153
  triton/tools/disasm.py,sha256=BBO4bALdLcWgWDLhQdYHLlTx3oo8g_d8maeE_Uu-FmU,5088
239
154
  triton/tools/experimental_descriptor.py,sha256=0Wqy96Cc6YLh9o0eTknW-Lfvha6lfRSfe8bswkcPHMs,1260
240
155
  triton/tools/link.py,sha256=u7qtfZRLriZkAMEGNvj8YF-k1cthmLL7BwHYqBgT63E,11871
241
- triton_windows-3.2.0.post19.dist-info/METADATA,sha256=YWjosxZvrnhgUoqznV_IqRSxWCqXPV6xatTjP7Bb370,1514
242
- triton_windows-3.2.0.post19.dist-info/WHEEL,sha256=JI6TipV6L5PIs92M_MEmWFBmpkHoCQOVHMpLZsFLd2o,101
243
- triton_windows-3.2.0.post19.dist-info/top_level.txt,sha256=iIyUoyO6Ld8jQHWY9plUyco-emBXKTqVmuAXJAGvmEk,211
244
- triton_windows-3.2.0.post19.dist-info/RECORD,,
156
+ triton_windows-3.2.0.post21.dist-info/METADATA,sha256=RI3YqRGkSy0qDLg0laNaQE3x3yardZfZJi_8cH55dvQ,1514
157
+ triton_windows-3.2.0.post21.dist-info/WHEEL,sha256=qV0EIPljj1XC_vuSatRWjn02nZIz3N1t8jsZz7HBr2U,101
158
+ triton_windows-3.2.0.post21.dist-info/top_level.txt,sha256=iIyUoyO6Ld8jQHWY9plUyco-emBXKTqVmuAXJAGvmEk,211
159
+ triton_windows-3.2.0.post21.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp313-cp313-win_amd64
5
5
 
@@ -1,358 +0,0 @@
1
- /*
2
- Copyright (c) 2015 - 2023 Advanced Micro Devices, Inc. All rights reserved.
3
-
4
- Permission is hereby granted, free of charge, to any person obtaining a copy
5
- of this software and associated documentation files (the "Software"), to deal
6
- in the Software without restriction, including without limitation the rights
7
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
- copies of the Software, and to permit persons to whom the Software is
9
- furnished to do so, subject to the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be included in
12
- all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
- THE SOFTWARE.
21
- */
22
-
23
- #ifndef HIP_INCLUDE_HIP_AMD_DETAIL_CHANNEL_DESCRIPTOR_H
24
- #define HIP_INCLUDE_HIP_AMD_DETAIL_CHANNEL_DESCRIPTOR_H
25
-
26
- #if !defined(__HIPCC_RTC__)
27
- #include <hip/hip_common.h>
28
- #include <hip/driver_types.h>
29
- #include <hip/amd_detail/amd_hip_vector_types.h>
30
- #endif
31
-
32
- #ifdef __cplusplus
33
-
34
- extern "C" HIP_PUBLIC_API
35
- hipChannelFormatDesc hipCreateChannelDesc(int x, int y, int z, int w, hipChannelFormatKind f);
36
-
37
- static inline hipChannelFormatDesc hipCreateChannelDescHalf() {
38
- int e = (int)sizeof(unsigned short) * 8;
39
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindFloat);
40
- }
41
-
42
- static inline hipChannelFormatDesc hipCreateChannelDescHalf1() {
43
- int e = (int)sizeof(unsigned short) * 8;
44
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindFloat);
45
- }
46
-
47
- static inline hipChannelFormatDesc hipCreateChannelDescHalf2() {
48
- int e = (int)sizeof(unsigned short) * 8;
49
- return hipCreateChannelDesc(e, e, 0, 0, hipChannelFormatKindFloat);
50
- }
51
-
52
- static inline hipChannelFormatDesc hipCreateChannelDescHalf4() {
53
- int e = (int)sizeof(unsigned short) * 8;
54
- return hipCreateChannelDesc(e, e, e, e, hipChannelFormatKindFloat);
55
- }
56
-
57
- template <typename T>
58
- static inline hipChannelFormatDesc hipCreateChannelDesc() {
59
- return hipCreateChannelDesc(0, 0, 0, 0, hipChannelFormatKindNone);
60
- }
61
-
62
- template <>
63
- inline hipChannelFormatDesc hipCreateChannelDesc<char>() {
64
- int e = (int)sizeof(char) * 8;
65
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindSigned);
66
- }
67
-
68
- template <>
69
- inline hipChannelFormatDesc hipCreateChannelDesc<signed char>() {
70
- int e = (int)sizeof(signed char) * 8;
71
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindSigned);
72
- }
73
-
74
- template <>
75
- inline hipChannelFormatDesc hipCreateChannelDesc<unsigned char>() {
76
- int e = (int)sizeof(unsigned char) * 8;
77
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindUnsigned);
78
- }
79
-
80
- template <>
81
- inline hipChannelFormatDesc hipCreateChannelDesc<uchar1>() {
82
- int e = (int)sizeof(unsigned char) * 8;
83
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindUnsigned);
84
- }
85
-
86
- template <>
87
- inline hipChannelFormatDesc hipCreateChannelDesc<char1>() {
88
- int e = (int)sizeof(signed char) * 8;
89
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindSigned);
90
- }
91
-
92
- template <>
93
- inline hipChannelFormatDesc hipCreateChannelDesc<uchar2>() {
94
- int e = (int)sizeof(unsigned char) * 8;
95
- return hipCreateChannelDesc(e, e, 0, 0, hipChannelFormatKindUnsigned);
96
- }
97
-
98
- template <>
99
- inline hipChannelFormatDesc hipCreateChannelDesc<char2>() {
100
- int e = (int)sizeof(signed char) * 8;
101
- return hipCreateChannelDesc(e, e, 0, 0, hipChannelFormatKindSigned);
102
- }
103
-
104
- #ifndef __GNUC__ // vector3 is the same as vector4
105
- template <>
106
- inline hipChannelFormatDesc hipCreateChannelDesc<uchar3>() {
107
- int e = (int)sizeof(unsigned char) * 8;
108
- return hipCreateChannelDesc(e, e, e, 0, hipChannelFormatKindUnsigned);
109
- }
110
-
111
- template <>
112
- inline hipChannelFormatDesc hipCreateChannelDesc<char3>() {
113
- int e = (int)sizeof(signed char) * 8;
114
- return hipCreateChannelDesc(e, e, e, 0, hipChannelFormatKindSigned);
115
- }
116
- #endif
117
-
118
- template <>
119
- inline hipChannelFormatDesc hipCreateChannelDesc<uchar4>() {
120
- int e = (int)sizeof(unsigned char) * 8;
121
- return hipCreateChannelDesc(e, e, e, e, hipChannelFormatKindUnsigned);
122
- }
123
-
124
- template <>
125
- inline hipChannelFormatDesc hipCreateChannelDesc<char4>() {
126
- int e = (int)sizeof(signed char) * 8;
127
- return hipCreateChannelDesc(e, e, e, e, hipChannelFormatKindSigned);
128
- }
129
-
130
- template <>
131
- inline hipChannelFormatDesc hipCreateChannelDesc<unsigned short>() {
132
- int e = (int)sizeof(unsigned short) * 8;
133
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindUnsigned);
134
- }
135
-
136
- template <>
137
- inline hipChannelFormatDesc hipCreateChannelDesc<signed short>() {
138
- int e = (int)sizeof(signed short) * 8;
139
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindSigned);
140
- }
141
-
142
- template <>
143
- inline hipChannelFormatDesc hipCreateChannelDesc<ushort1>() {
144
- int e = (int)sizeof(unsigned short) * 8;
145
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindUnsigned);
146
- }
147
-
148
- template <>
149
- inline hipChannelFormatDesc hipCreateChannelDesc<short1>() {
150
- int e = (int)sizeof(signed short) * 8;
151
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindSigned);
152
- }
153
-
154
- template <>
155
- inline hipChannelFormatDesc hipCreateChannelDesc<ushort2>() {
156
- int e = (int)sizeof(unsigned short) * 8;
157
- return hipCreateChannelDesc(e, e, 0, 0, hipChannelFormatKindUnsigned);
158
- }
159
-
160
- template <>
161
- inline hipChannelFormatDesc hipCreateChannelDesc<short2>() {
162
- int e = (int)sizeof(signed short) * 8;
163
- return hipCreateChannelDesc(e, e, 0, 0, hipChannelFormatKindSigned);
164
- }
165
-
166
- #ifndef __GNUC__
167
- template <>
168
- inline hipChannelFormatDesc hipCreateChannelDesc<ushort3>() {
169
- int e = (int)sizeof(unsigned short) * 8;
170
- return hipCreateChannelDesc(e, e, e, 0, hipChannelFormatKindUnsigned);
171
- }
172
-
173
- template <>
174
- inline hipChannelFormatDesc hipCreateChannelDesc<short3>() {
175
- int e = (int)sizeof(signed short) * 8;
176
- return hipCreateChannelDesc(e, e, e, 0, hipChannelFormatKindSigned);
177
- }
178
- #endif
179
-
180
- template <>
181
- inline hipChannelFormatDesc hipCreateChannelDesc<ushort4>() {
182
- int e = (int)sizeof(unsigned short) * 8;
183
- return hipCreateChannelDesc(e, e, e, e, hipChannelFormatKindUnsigned);
184
- }
185
-
186
- template <>
187
- inline hipChannelFormatDesc hipCreateChannelDesc<short4>() {
188
- int e = (int)sizeof(signed short) * 8;
189
- return hipCreateChannelDesc(e, e, e, e, hipChannelFormatKindSigned);
190
- }
191
-
192
- template <>
193
- inline hipChannelFormatDesc hipCreateChannelDesc<unsigned int>() {
194
- int e = (int)sizeof(unsigned int) * 8;
195
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindUnsigned);
196
- }
197
-
198
- template <>
199
- inline hipChannelFormatDesc hipCreateChannelDesc<signed int>() {
200
- int e = (int)sizeof(signed int) * 8;
201
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindSigned);
202
- }
203
-
204
- template <>
205
- inline hipChannelFormatDesc hipCreateChannelDesc<uint1>() {
206
- int e = (int)sizeof(unsigned int) * 8;
207
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindUnsigned);
208
- }
209
-
210
- template <>
211
- inline hipChannelFormatDesc hipCreateChannelDesc<int1>() {
212
- int e = (int)sizeof(signed int) * 8;
213
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindSigned);
214
- }
215
-
216
- template <>
217
- inline hipChannelFormatDesc hipCreateChannelDesc<uint2>() {
218
- int e = (int)sizeof(unsigned int) * 8;
219
- return hipCreateChannelDesc(e, e, 0, 0, hipChannelFormatKindUnsigned);
220
- }
221
-
222
- template <>
223
- inline hipChannelFormatDesc hipCreateChannelDesc<int2>() {
224
- int e = (int)sizeof(signed int) * 8;
225
- return hipCreateChannelDesc(e, e, 0, 0, hipChannelFormatKindSigned);
226
- }
227
-
228
- #ifndef __GNUC__
229
- template <>
230
- inline hipChannelFormatDesc hipCreateChannelDesc<uint3>() {
231
- int e = (int)sizeof(unsigned int) * 8;
232
- return hipCreateChannelDesc(e, e, e, 0, hipChannelFormatKindUnsigned);
233
- }
234
-
235
- template <>
236
- inline hipChannelFormatDesc hipCreateChannelDesc<int3>() {
237
- int e = (int)sizeof(signed int) * 8;
238
- return hipCreateChannelDesc(e, e, e, 0, hipChannelFormatKindSigned);
239
- }
240
- #endif
241
-
242
- template <>
243
- inline hipChannelFormatDesc hipCreateChannelDesc<uint4>() {
244
- int e = (int)sizeof(unsigned int) * 8;
245
- return hipCreateChannelDesc(e, e, e, e, hipChannelFormatKindUnsigned);
246
- }
247
-
248
- template <>
249
- inline hipChannelFormatDesc hipCreateChannelDesc<int4>() {
250
- int e = (int)sizeof(signed int) * 8;
251
- return hipCreateChannelDesc(e, e, e, e, hipChannelFormatKindSigned);
252
- }
253
-
254
- template <>
255
- inline hipChannelFormatDesc hipCreateChannelDesc<float>() {
256
- int e = (int)sizeof(float) * 8;
257
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindFloat);
258
- }
259
-
260
- template <>
261
- inline hipChannelFormatDesc hipCreateChannelDesc<float1>() {
262
- int e = (int)sizeof(float) * 8;
263
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindFloat);
264
- }
265
-
266
- template <>
267
- inline hipChannelFormatDesc hipCreateChannelDesc<float2>() {
268
- int e = (int)sizeof(float) * 8;
269
- return hipCreateChannelDesc(e, e, 0, 0, hipChannelFormatKindFloat);
270
- }
271
-
272
- #ifndef __GNUC__
273
- template <>
274
- inline hipChannelFormatDesc hipCreateChannelDesc<float3>() {
275
- int e = (int)sizeof(float) * 8;
276
- return hipCreateChannelDesc(e, e, e, 0, hipChannelFormatKindFloat);
277
- }
278
- #endif
279
-
280
- template <>
281
- inline hipChannelFormatDesc hipCreateChannelDesc<float4>() {
282
- int e = (int)sizeof(float) * 8;
283
- return hipCreateChannelDesc(e, e, e, e, hipChannelFormatKindFloat);
284
- }
285
-
286
- #if !defined(__LP64__)
287
-
288
- template <>
289
- inline hipChannelFormatDesc hipCreateChannelDesc<unsigned long>() {
290
- int e = (int)sizeof(unsigned long) * 8;
291
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindUnsigned);
292
- }
293
-
294
- template <>
295
- inline hipChannelFormatDesc hipCreateChannelDesc<signed long>() {
296
- int e = (int)sizeof(signed long) * 8;
297
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindSigned);
298
- }
299
-
300
- template <>
301
- inline hipChannelFormatDesc hipCreateChannelDesc<ulong1>() {
302
- int e = (int)sizeof(unsigned long) * 8;
303
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindUnsigned);
304
- }
305
-
306
- template <>
307
- inline hipChannelFormatDesc hipCreateChannelDesc<long1>() {
308
- int e = (int)sizeof(signed long) * 8;
309
- return hipCreateChannelDesc(e, 0, 0, 0, hipChannelFormatKindSigned);
310
- }
311
-
312
- template <>
313
- inline hipChannelFormatDesc hipCreateChannelDesc<ulong2>() {
314
- int e = (int)sizeof(unsigned long) * 8;
315
- return hipCreateChannelDesc(e, e, 0, 0, hipChannelFormatKindUnsigned);
316
- }
317
-
318
- template <>
319
- inline hipChannelFormatDesc hipCreateChannelDesc<long2>() {
320
- int e = (int)sizeof(signed long) * 8;
321
- return hipCreateChannelDesc(e, e, 0, 0, hipChannelFormatKindSigned);
322
- }
323
-
324
- #ifndef __GNUC__
325
- template <>
326
- inline hipChannelFormatDesc hipCreateChannelDesc<ulong3>() {
327
- int e = (int)sizeof(unsigned long) * 8;
328
- return hipCreateChannelDesc(e, e, e, 0, hipChannelFormatKindUnsigned);
329
- }
330
-
331
- template <>
332
- inline hipChannelFormatDesc hipCreateChannelDesc<long3>() {
333
- int e = (int)sizeof(signed long) * 8;
334
- return hipCreateChannelDesc(e, e, e, 0, hipChannelFormatKindSigned);
335
- }
336
- #endif
337
-
338
- template <>
339
- inline hipChannelFormatDesc hipCreateChannelDesc<ulong4>() {
340
- int e = (int)sizeof(unsigned long) * 8;
341
- return hipCreateChannelDesc(e, e, e, e, hipChannelFormatKindUnsigned);
342
- }
343
-
344
- template <>
345
- inline hipChannelFormatDesc hipCreateChannelDesc<long4>() {
346
- int e = (int)sizeof(signed long) * 8;
347
- return hipCreateChannelDesc(e, e, e, e, hipChannelFormatKindSigned);
348
- }
349
- #endif /* !__LP64__ */
350
-
351
- #else
352
-
353
- struct hipChannelFormatDesc hipCreateChannelDesc(int x, int y, int z, int w,
354
- enum hipChannelFormatKind f);
355
-
356
- #endif /* __cplusplus */
357
-
358
- #endif /* !HIP_INCLUDE_HIP_AMD_DETAIL_CHANNEL_DESCRIPTOR_H */