Connor Baker
Connor Baker
Similar to the work done in https://github.com/pytorch/pytorch/pull/37137, this adds the following CMake options: - `USE_SYSTEM_LIBS` - `USE_SYSTEM_GOOGLEBENCHMARK` - `USE_SYSTEM_GOOGLETEST` This is particularly useful in the context of Nix, where we...
Adds a CMake configuration file to make it possible for CMake-based projects to use `find_package` to consume this library.
Similar to the work done in https://github.com/pytorch/pytorch/pull/37137, this adds the following CMake options: - `FP16_USE_SYSTEM_LIBS` - `FP16_USE_SYSTEM_GOOGLEBENCHMARK` - `FP16_USE_SYSTEM_GOOGLETEST` This is particularly useful in the context of Nix, where we...
Re-lands https://github.com/google/XNNPACK/pull/5031, which was reverted in https://github.com/google/XNNPACK/commit/0da379fc4808f9601faef392352018c741c0f297 due to breakage as noted in https://github.com/google/XNNPACK/issues/5669. @skottmckay would you mind testing this to see if it fixes the problem you encountered in...
Allows for the building of HaskellR with `cabal`. In addition to the creation of a `cabal.project` file, this PR renames the `examples` and `IHaskell` directories so they match the name...
The tests introduced in https://github.com/tweag/HaskellR/pull/394 can likely be moved into the main test suite. Instead of producing a test binary for each, consider using `process` to set the environment variable...
Similar to #86, but for inclusion in Nixpkgs.
Similar to the work done in https://github.com/pytorch/pytorch/pull/37137, this adds the following CMake options: - `USE_SYSTEM_LIBS` - `USE_SYSTEM_GOOGLEBENCHMARK` - `USE_SYSTEM_GOOGLETEST` - `USE_SYSTEM_FXDIV` This is particularly useful in the context of Nix,...
Similar to the work done in https://github.com/pytorch/pytorch/pull/37137, this adds the following CMake options: - `USE_SYSTEM_LIBS` - `USE_SYSTEM_ASMJIT` - `USE_SYSTEM_CPUINFO` - `USE_SYSTEM_GOOGLETEST` This is particularly useful in the context of Nix,...