Files
Adam Gibson 43273a35ac Fixes reshape relates segfaults, convert more tad pack related functions to use normal pointers to avoid java related deallocation isssues (#10206)
* decrease usage of longshapedescriptor
C++: still WIP. Still diagnosing crash and datatype issue with argmax.

* fix shape buffer related segfaults

* fix commented deletes

* Update libnd4j/include/helpers/DirectShapeTrie.h

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* remove debugging delete comments

* more delete comment removals

* missed delete comments

* more removals

* Add calculator destructor

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-09 16:28:54 +09:00
..
2024-12-16 18:30:10 +09:00

Java configuration for surefire

The "java" file here is actually a shell script we use to allow us to customize surefire test execution via the parameter in surefire.

Surefire "detects" java by checking for a parent bin directory and a java executable. There is no configurable way to pass a wrapper script. Thus we do this.