We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db97d7a commit 1a3c9c4Copy full SHA for 1a3c9c4
jax/_src/pallas/triton/core.py
@@ -35,4 +35,4 @@ class TritonCompilerParams(pallas_core.CompilerParams):
35
PLATFORM: ClassVar[str] = "triton"
36
num_warps: int | None = None
37
num_stages: int | None = None
38
- serialized_metadata: str | None = None
+ serialized_metadata: bytes | None = None
0 commit comments