1 dépôt
Ensuring software runs on processors by providing binaries compatible with available instruction sets.
Distinct from CPU Instruction Compatibility Verifications: Provides actual compatible binaries rather than just verifying if the CPU supports the instructions.
Explore 1 awesome GitHub repository matching development tools & productivity · CPU Instruction Compatibility. Refine with filters or upvote what's useful.
This project provides precompiled TensorFlow binary distributions as Python wheels for Windows. It is designed to enable the installation of the TensorFlow framework without requiring manual compilation from source. The distribution specifically includes non-AVX builds, providing a machine learning runtime compatible with legacy or low-end CPUs that do not support AVX instructions. These packages facilitate machine learning environment setup and AI development workflows on Windows by offering ready-to-use binaries for rapid installation.
Enables TensorFlow execution on older processors through specialized non-AVX binary builds.