fasttensor
C++ library for tensors
File Explorer
- bench.cpp
- CMakeLists.txt
- timer.h
- googletest
- Avx2.hpp
- Generic.hpp
- Simd.hpp
- SimdMacros.hpp
- Assign.hpp
- CMakeLists.txt
- CWiseBinaryOp.hpp
- DefaultDevice.hpp
- Device.hpp
- DeviceFactory.hpp
- DeviceProperties.hpp
- GpuDevice.hpp
- GpuDeviceFunction.hpp
- Memory.hpp
- RefSelector.hpp
- StorageUnwrapper.hpp
- Tensor.hpp
- TensorExpression.fwd.hpp
- TensorExpression.hpp
- TensorStorage.hpp
- TensorStorageRef.hpp
- UnrollUtils.hpp
- CMakeLists.txt
- cwiseops.cpp
- test.cpp
- .clang-format
- .gitattributes
- .gitignore
- .gitmodules
- clang-format.cmake
- CMakeLists.txt
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
cmake
View Details ▼
cmake
Cross-platform build automation system, that generates recipes for native build systems.
cmake {{path/to/project_directory}}
Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:
cmake --build {{path/to/build_directory}}
Use a generated recipe in a given directory to build artifacts:
cmake --install {{path/to/build_directory}} --strip
Install the build artifacts into `/usr/local/` and strip debugging symbols:
// repository documentation
Was this content helpful?
(0 ratings)
