chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:47:05 +08:00
commit 4f3b7da785
7394 changed files with 2005594 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
Due to the macros and sheer number of type combinations we often run in to undefined symbols when linking.
We typically use this command on linux to find issues:
nm -uC libnd4j/blasbuild/cpu/blas/libnd4jcpu.so
or cuda:
nm -uC libnd4j/blasbuild/cuda/blas/libnd4jcuda.so
You can also do the same for *just* undefined:
nm -C --undefined-only libnd4jcpu.so
nm -C --undefined-only libnd4jcuda.so