Skip to content

Instantly share code, notes, and snippets.

@vexilligera
vexilligera / qwen3-ep-rocm.py
Created October 25, 2025 09:07
qwen3-ep-rocm
from collections import defaultdict
from typing import Optional
import torch
import torch.nn as nn
import torch.distributed as dist
from torch.distributed.device_mesh import DeviceMesh
from transformers.activations import ACT2FN
from torch.distributed.tensor.parallel import parallelize_module, ColwiseParallel
from torch.distributed.tensor.placement_types import Shard, Replicate, Partial
from torch.distributed.tensor import DTensor
Title : Revisiting Mac OS X Kernel Rootkits
Author : fG!
Date : April 18, 2014
|=----------------------------------------------------------------------------=|
|=----------------=[ Revisiting Mac OS X Kernel Rootkits ]=-------------------=|
|=----------------------------------------------------------------------------=|
|=------------------------=[ fG! <phrack@put.as> ]=---------------------------=|
|=----------------------------------------------------------------------------=|