mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
Delete 24 tensor core template instance files that were missed in the initial optimization: - 19 fattn-mma-f16 template instances (various ncols1/ncols2 combinations) - 5 fattn-wmma-f16 template instances (kqfloat and kqhalf variants) These files implement tensor core operations (MMA/WMMA) which require Compute Capability 7.0+ and are not available on Tesla K80 (CC 3.7). Removing them completes the CC 3.7-only optimization. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>