talk-data.com talk-data.com

Event

PyData Seattle 2025

2025-11-07 โ€“ 2025-11-09 PyData

Activities tracked

2

Filtering by: NumPy ×

Sessions & talks

Showing 1โ€“2 of 2 ยท Newest first

Search within this event →

Building Bazel Packages for AI/ML: SciPy, PyTorch, and Beyond

2025-11-09
talk

AI/ML workloads depend heavily on complex software stacks, including numerical computing libraries (SciPy, NumPy), deep learning frameworks (PyTorch, TensorFlow), and specialized toolchains (CUDA, cuDNN). However, integrating these dependencies into Bazel-based workflows remains challenging due to compatibility issues, dependency resolution, and performance optimization. This session explores the process of creating and maintaining Bazel packages for key AI/ML libraries, ensuring reproducibility, performance, and ease of use for researchers and engineers.

Building Inference Workflows with Tile Languages

Building Inference Workflows with Tile Languages

2025-11-08 Watch
talk

The world of generative AI is expanding. New models are hitting the market daily. The field has bifurcated between model training and model inference. The need for fast inference has led to numerous Tile languages to be developed. These languages use concepts from linear algebra and borrow common numpy apis. In this talk we will show how tiling works and how to build inference models from scratch in pure Python with embedded tile languages. The goal is to provide attendees with a good overview that can be integrated in common data pipelines.