..
python
Minor cleanup, Windows+Bazel build fixes
2024-10-10 09:05:06 -07:00
BUILD.bazel
Serialization for class members for use with ModelConfig
2024-10-25 03:12:34 -07:00
analyze.h
Major compression update, arbitrary-len unpack + new Dot
2024-09-10 02:22:19 -07:00
blob_store.cc
Warning fixes (casts) and fix Windows build for aligned_alloc
2024-10-25 04:14:04 -07:00
blob_store.h
Added MatPtr/MatPtrT/MatStorageT/MatStorage as a dynamically-sized replacement for CompressedArray.
2024-10-10 08:22:30 -07:00
blob_store_test.cc
New blob_store_test, ensure ReadOne checks actual size against requested size
2024-10-23 08:30:46 -07:00
compress-inl.h
Use NestedPools, add NUMA infra
2024-10-18 08:11:18 -07:00
compress.cc
Added MatPtr/MatPtrT/MatStorageT/MatStorage as a dynamically-sized replacement for CompressedArray.
2024-10-10 08:22:30 -07:00
compress.h
Fix compilation errors of "compress_weights" target
2024-10-19 21:30:30 +08:00
compress_test.cc
Major compression update, arbitrary-len unpack + new Dot
2024-09-10 02:22:19 -07:00
compress_weights.cc
Factor out addition of ViTConfig to a ModelConfig.
2024-10-28 05:29:33 -07:00
convert_weights.py
Cleanup: move util/compress and convert_weights to compression/
2024-07-05 04:16:52 -07:00
distortion.h
Refactor/cleanup, remove even_odd
2024-09-04 09:25:13 -07:00
distortion_test.cc
Major compression update, arbitrary-len unpack + new Dot
2024-09-10 02:22:19 -07:00
fields.cc
Serialization for class members for use with ModelConfig
2024-10-25 03:12:34 -07:00
fields.h
Serialization for class members for use with ModelConfig
2024-10-25 03:12:34 -07:00
fields_test.cc
Serialization for class members for use with ModelConfig
2024-10-25 03:12:34 -07:00
io.cc
Further improve IO, enable multiple backends without -D.
2024-04-19 00:40:29 -07:00
io.h
Major duplicated code reduction in test/benchmarks
2024-06-14 00:16:25 -07:00
io_win.cc
Further improve IO, enable multiple backends without -D.
2024-04-19 00:40:29 -07:00
nuq-inl.h
Minor cleanup, Windows+Bazel build fixes
2024-10-10 09:05:06 -07:00
nuq_test.cc
Major compression update, arbitrary-len unpack + new Dot
2024-09-10 02:22:19 -07:00
sfp-inl.h
Major compression update, arbitrary-len unpack + new Dot
2024-09-10 02:22:19 -07:00
sfp_test.cc
Major compression update, arbitrary-len unpack + new Dot
2024-09-10 02:22:19 -07:00
shared.h
Eliminated TConfig.
2024-10-17 05:04:22 -07:00
test_util-inl.h
Add double-precision dot variant
2024-09-26 12:09:10 -07:00