pytorch/caffe2/utils
Jeff Daily 5379b5f927 [ROCm] use hipblas instead of rocblas (#105881)
- BatchLinearAlgebraLib.cpp is now split into one additional file
  - BatchLinearAlgebraLib.cpp uses only cusolver APIs
  - BatchLinearAlgebraLibBlas.cpp uses only cublas APIs
  - hipify operates at the file level and cannot mix cusolver and cublas APIs within the same file
- cmake changes to link against hipblas instead of rocblas
- hipify mappings changes to map cublas -> hipblas instead of rocblas

Pull Request resolved: https://github.com/pytorch/pytorch/pull/105881
Approved by: https://github.com/albanD
2023-07-31 20:42:55 +00:00
..
hip
math
threadpool fix missing-prototypes warnings in torch_cpu (Part 6) (#101845) 2023-06-15 16:48:28 +00:00
bench_utils.cc
bench_utils.h
cast.h
cast_test.cc
cblas.h
CMakeLists.txt S390x tests (#99871) 2023-04-26 21:48:03 +00:00
conversions.h
cpu_neon.h
cpuid.cc
cpuid.h
cpuid_test.cc
cub_namespace.cuh
eigen_utils.h
fatal_signal_asan_no_sig_test.cc
filler.h
fixed_divisor.h
fixed_divisor_test.cc
GpuAtomics.cuh
GpuBitonicSort.cuh
GpuDefs.cuh
GpuScanUtils.cuh
knob_patcher.cc
knob_patcher.h
knobs.cc
knobs.h
knobs_test.cc
map_utils.h
math-detail.h
math.h
math_cpu.cc
math_gpu.cu [ROCm] use hipblas instead of rocblas (#105881) 2023-07-31 20:42:55 +00:00
math_gpu_test.cc
math_test.cc
murmur_hash3.cc Use C++17 [[fallthrough]]; (#102849) 2023-06-06 07:06:26 +00:00
murmur_hash3.h
proto_utils.cc Revert "Use missing-prototypes in torch_cpu (#103725)" 2023-06-22 18:30:31 +00:00
proto_utils.h
proto_utils_test.cc
proto_wrap.cc
proto_wrap.h
signal_handler.cc Revert "Use missing-prototypes in torch_cpu (#103725)" 2023-06-22 18:30:31 +00:00
signal_handler.h
simple_queue.h
simple_queue_test.cc
smart_tensor_printer.cc
smart_tensor_printer.h
smart_tensor_printer_test.cc
string_utils.cc
string_utils.h
zmq_helper.h