Skip to content

halide/halide-wheel-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

halide-wheel-deps

A uv workspace that packages third-party C++ dependencies of Halide as Python wheels using scikit-build-core.

Packages

Package Upstream Description
halide-flatbuffers google/flatbuffers Memory-efficient serialization library used by Halide's serialization format
halide-wabt WebAssembly/wabt WebAssembly binary toolkit used by Halide's WebAssembly backend

Building

This project uses uv and scikit-build-core. CMake 3.28+ is required.

Initialize submodules before building:

git submodule update --init --recursive

Build a specific package:

uv build --package halide-flatbuffers
uv build --package halide-wabt

About

Python wheels for C++ dependencies of Halide (flatbuffers, wabt)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors