This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import triton | |
| import triton.language as tl | |
| from triton.compiler.compiler import AttrsDescriptor | |
| from torch._inductor.runtime import triton_helpers, triton_heuristics | |
| from torch._inductor.runtime.triton_helpers import libdevice, math as tl_math | |
| from torch._inductor.runtime.hints import AutotuneHint, ReductionHint, TileHint, DeviceProperties | |
| @triton_heuristics.template( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import dataclasses | |
| import threading | |
| from argparse import ArgumentParser | |
| from collections import defaultdict | |
| from concurrent.futures import ThreadPoolExecutor | |
| from dataclasses import dataclass | |
| from pathlib import Path | |
| from typing import Iterator, List, Dict, DefaultDict, Union | |
| import pandas as pd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from collections import OrderedDict | |
| import math | |
| import torch | |
| import torch.nn as nn | |
| import torch.nn.functional as F | |
| from torch.nn.attention.flex_attention import flex_attention, BlockMask | |
| def norm(x): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module example.com/lightpanda-iframe-context-repro | |
| go 1.24.0 | |
| require ( | |
| github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327 | |
| github.com/chromedp/chromedp v0.14.2 | |
| ) | |
| require ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module example.com/lightpanda-http1-only-repro | |
| go 1.24.0 | |
| require ( | |
| github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327 | |
| github.com/chromedp/chromedp v0.14.2 | |
| ) | |
| require ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module example.com/lightpanda-fetch-interception-repro | |
| go 1.24.0 | |
| require ( | |
| github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327 | |
| github.com/chromedp/chromedp v0.14.2 | |
| ) | |
| require ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module example.com/lightpanda-proxy-auth-recon | |
| go 1.24.0 | |
| require ( | |
| github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327 | |
| github.com/chromedp/chromedp v0.14.2 | |
| ) | |
| require ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module example.com/lightpanda-network-response-recon | |
| go 1.24.0 | |
| require ( | |
| github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327 | |
| github.com/chromedp/chromedp v0.14.2 | |
| ) | |
| require ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module example.com/lightpanda-network-idle-recon | |
| go 1.24.0 | |
| require ( | |
| github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327 | |
| github.com/chromedp/chromedp v0.14.2 | |
| ) | |
| require ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module example.com/lightpanda-stop-loading-recon | |
| go 1.24.0 | |
| require ( | |
| github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327 | |
| github.com/chromedp/chromedp v0.14.2 | |
| ) | |
| require ( |
OlderNewer