Skip to content

Commit

Permalink
[pallas:mosaic_gpu] Removed leftover debugging code
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703054113
  • Loading branch information
superbobry authored and Google-ML-Automation committed Dec 5, 2024
1 parent c965ffb commit 03861d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jax/_src/pallas/mosaic_gpu/lowering.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,8 +1046,6 @@ def _get_lowering_rule(ctx: LoweringRuleContext, x_smem, *leaves, tree):
x_smem, transforms = _handle_reshaping(x_smem, transforms)
x_smem, transforms = _handle_indexing(x_smem, transforms)

print("ctx:", ctx)
print("transforms:", transforms)
match transforms:
case (gpu_core.UnswizzleRef(swizzle), gpu_core.UntileRef(tiling)):
if tiling != (64, swizzle // x_aval.dtype.itemsize):
Expand Down

0 comments on commit 03861d4

Please sign in to comment.