jit-compilation

标签

Cards List
#jit-compilation

@QingQ77: 一个用 Rust 和 C 编写的开源项目,通过 JIT 编译技术在 macOS 上直接运行 Linux 容器。 https://github.com/ricccrd/dd 它不需要虚拟机、hypervisor 或 Linux 内核,而是将…

X AI KOLs Timeline · 2026-07-02 缓存

dd is an open-source tool written in Rust and C that runs Linux containers on macOS without a VM by using JIT compilation to translate container instructions and handle syscalls in userspace. It implements the Docker Engine API, supports arm64 and x86-64 Linux images, and offers performance comparable to or better than VM-based solutions.

0 人收藏 0 人点赞
#jit-compilation

@loganthorneloe: This is a excellent explanation of JAX. Understanding how ML frameworks work internally gives you a massive advantage w…

X AI KOLs Timeline · 2026-06-22 缓存

本文详细解释了JAX的核心思想,包括函数纯度、不可变性、显式状态管理和JIT编译,帮助读者从面向对象思维转向函数式编程以优化机器学习性能。

0 人收藏 0 人点赞
#jit-compilation

@jino_rohit: 理解 torch.compile 堆栈 torch.compile 是一种加速 PyTorch 代码的技术。torch.compile 通过…

X AI KOLs Timeline · 2026-06-17 缓存

本文解释了 PyTorch 中的 torch.compile 堆栈,详述了从 API 到 Dynamo、FX 图、ATen 操作以及用于 JIT 编译的 Torch Inductor 的各个步骤。

0 人收藏 0 人点赞
#jit-compilation

Show HN: cuTile Rust:在Rust中编写安全、无数据竞争的GPU内核

Hacker News Top · 2026-06-16 缓存

NVIDIA Labs发布了cuTile Rust,这是一个基于瓦片的系统,用于用地道的Rust编写内存安全、无数据竞争的GPU内核。它将Rust的所有权模型扩展到GPU内核,通过JIT将Rust的AST编译为GPU代码,并实现接近原生CUDA的性能。

0 人收藏 0 人点赞
#jit-compilation

zeroserve 的 Caddy 兼容模式:吞吐量提升 3 倍,延迟降低 70%

Hacker News Top · 2026-06-14 缓存

zeroserve 现已支持 Caddy 兼容模式,通过将 Caddyfile 进行即时编译 (JIT) 为 eBPF 和原生机器码,实现了 3 倍吞吐量和 70% 延迟降低。

0 人收藏 0 人点赞
#jit-compilation

Symbolica 2.0: 面向Python和Rust的可编程符号

Lobsters Hottest · 2026-06-05 缓存

Symbolica 2.0是面向Python和Rust的符号计算框架的重大版本,引入了可编程符号、改进的Rust API、更丰富的输出格式(HTML、Typst、彩色)、用于求值的JIT编译以及更好的易用性。

0 人收藏 0 人点赞
#jit-compilation

让 Julia 达到 C++ 的速度(2019)

Hacker News Top · 2026-05-06 缓存

这是 BYU FLOW Lab 于 2019 年发布的一篇博客文章,以真实的空气动力学应用(涡粒子法)作为基准测试,探讨如何优化 Julia 代码以匹配 C++ 的性能。作者分享了在 Julia 中实现高性能计算的经验,涵盖类型声明、JIT 编译以及代码优化技巧。

0 人收藏 0 人点赞
← 返回首页

提交意见反馈