Commit 06dbae0
committed
feat(simd): re-export cognitive shader foundation types
ndarray::simd::* now exports:
- Fingerprint<N>, Fingerprint2K/1K/64K, VectorWidth, vector_config()
- CollapseGate (Flow/Block/Hold)
- hamming_distance_raw, popcount_raw
- wht_f32, wht_f32_new
- quantize/dequantize i4/i2/i8 + QuantParams
- kmeans, squared_l2
- cosine_f32_to_f64_simd
Consumers import from ndarray::simd::* only. The hpc/ paths stay private.
https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh1 parent cd625ec commit 06dbae0
1 file changed
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
949 | 949 | | |
950 | 950 | | |
951 | 951 | | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
952 | 988 | | |
953 | 989 | | |
954 | 990 | | |
| |||
0 commit comments