onnxruntime
Switch GSL to MS GSL 4.0.0
#13416
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
62
Changes
View On
GitHub
Commits
use common gsl header
edgchen1
committed
3 years ago
remove unneeded include from gsl_suppress.h
edgchen1
committed
3 years ago
Add microsoft/GSL submodule.
edgchen1
committed
3 years ago
remove old GSL, wire up new MS GSL
edgchen1
committed
3 years ago
Update GSL deprecated usages.
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/main' into edgchen1/gsl_baseline
edgchen1
committed
3 years ago
change a few more places to use core/common/gsl.h
edgchen1
committed
3 years ago
update selector action helper functions to use gsl::span
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/edgchen1/gsl_baseline' into edgchen1/gsl_update_ms
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/edgchen1/gsl_baseline' into edgchen1/gsl_update_ms
edgchen1
committed
3 years ago
update googletest to v1.12.1
edgchen1
committed
3 years ago
update ml_common.h to not dereference span::end()
edgchen1
committed
3 years ago
avoid dereferencing span::cend() in tensorprotoutils.cc
edgchen1
committed
3 years ago
Fixes to build and pass tests.
edgchen1
committed
3 years ago
remove unused GSL contract violation symbol defines from CMakeLists.txt
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/edgchen1/gsl_baseline' into edgchen1/gsl_update_ms
edgchen1
committed
3 years ago
fix minimal build issues
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/main' into edgchen1/gsl_baseline
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/edgchen1/gsl_baseline' into edgchen1/gsl_update_ms
edgchen1
committed
3 years ago
Fix build error.
edgchen1
committed
3 years ago
fix nodiscard placement
edgchen1
committed
3 years ago
fix build failure
edgchen1
committed
3 years ago
fix build issue
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/main' into edgchen1/gsl_baseline
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/edgchen1/gsl_baseline' into edgchen1/gsl_update_ms
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/main' into edgchen1/gsl_update_ms
edgchen1
committed
3 years ago
add onnxruntime::narrow
edgchen1
committed
3 years ago
fix minimal build errors
edgchen1
committed
3 years ago
Merge branch 'edgchen1/gsl_update_ms' of https://github.com/microsoft/onnxruntime into edgchen1/gsl_update_ms
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/main' into edgchen1/gsl_update_ms
edgchen1
committed
3 years ago
fix formatting
edgchen1
committed
3 years ago
fix build failures
edgchen1
committed
3 years ago
add GSL to DNNL target
edgchen1
committed
3 years ago
update generated cgmanifest.json
edgchen1
committed
3 years ago
more build fixes
edgchen1
committed
3 years ago
Remove gsl.h include from common.h.
edgchen1
committed
3 years ago
try adding GSL_TARGET to onnxruntime_EXTERNAL_LIBRARIES
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/main' into edgchen1/gsl_update_ms
edgchen1
committed
3 years ago
fix build for onnxruntime_mocked_allocator
edgchen1
committed
3 years ago
build fixes for rocm, dml, and more
edgchen1
committed
3 years ago
fix some build issues
edgchen1
committed
3 years ago
fix rocm attention_impl.cu build error
edgchen1
committed
3 years ago
more rocm fixes
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/edgchen1/gsl_update_ms' into edgchen1/gsl_update_ms_fix
edgchen1
committed
3 years ago
try to simplify comparison in conv.cc
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/main' into edgchen1/gsl_update_ms
edgchen1
committed
3 years ago
fix spout of bounds access in ort_aten.cpp
edgchen1
committed
3 years ago
improve span const iterator changes
edgchen1
committed
3 years ago
update some type changes
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/main' into edgchen1/gsl_update_ms_fix
edgchen1
committed
3 years ago
fix extended minimal no exception build
edgchen1
committed
3 years ago
Merge remote-tracking branch 'origin/main' into edgchen1/gsl_update_ms
edgchen1
committed
3 years ago
Remove GSL submodule and GSL.natvis.
edgchen1
committed
3 years ago
Use FetchContent for GSL.
edgchen1
committed
3 years ago
update cgmanifest.json
edgchen1
committed
3 years ago
fix bad merge
edgchen1
committed
3 years ago
add GSL to cgmanifest.json
edgchen1
committed
3 years ago
add back #include contrib_ops/cpu/transformers/subgraph_t5_decoder.h
edgchen1
committed
3 years ago
clean up tensorprotoutils.cc
edgchen1
committed
3 years ago
change include to core/common/gsl.h
edgchen1
committed
3 years ago
simplify initializer_test span compare
edgchen1
committed
3 years ago
remove gsl include from files which don't seem to need it
edgchen1
committed
3 years ago
Loading