jax.experimental.pallas.mosaic_gpu.GPUCompilerParams#
- class jax.experimental.pallas.mosaic_gpu.GPUCompilerParams(*, approx_math=False, dimension_semantics=None, max_concurrent_steps=1, delay_release=0, profile_space=0, profile_dir='')[原始碼]#
Mosaic GPU 編譯器參數。
- 參數:
- dimension_semantics#
核心每個網格維度的維度語意列表。「平行」表示可以在任何順序執行的維度,「循序」表示必須循序執行的維度。
- 型別:
Sequence[DimensionSemantics] | None
- delay_release#
在重複使用輸入/輸出參考之前要等待的步驟數。預設值為 0,且必須嚴格小於 max_concurrent_steps。一般來說,如果不在主體中等待 WGMMA,您會想要將其設定為 1。
- 型別:
- __init__(*, approx_math=False, dimension_semantics=None, max_concurrent_steps=1, delay_release=0, profile_space=0, profile_dir='')#
方法
__init__
(*[, approx_math, ...])屬性
PLATFORM