Commits
  • Update to C++20.
    edgchen1 committed 237 days ago
  • Fix ostream::operator<< usage with wchar_t*.
    edgchen1 committed 237 days ago
  • try to fix time_point output operator availability check
    edgchen1 committed 237 days ago
  • add back Apple stuff and handle IOS
    edgchen1 committed 237 days ago
  • make Timestamp a separate type and implement stream insertion operator for it
    edgchen1 committed 236 days ago
  • move date.h dependency into logging.cc
    edgchen1 committed 236 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/cpp20_fix
    edgchen1 committed 236 days ago
  • add exception for MSVC CUDA EP build for now...
    edgchen1 committed 235 days ago
  • add wostream overloads for Timestamp operator<<
    edgchen1 committed 235 days ago
  • use std::filesystem::path:string instead of u8string in onnxruntime/core/providers/vitisai/imp/global_api.cc
    edgchen1 committed 234 days ago
  • don't build android from Docker in minimal build workflow
    edgchen1 committed 231 days ago
  • disable C++20 when onnxruntime_USE_CUDA is enabled for all builds, update comment
    edgchen1 committed 231 days ago
  • update comment again
    edgchen1 committed 231 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/cpp20
    edgchen1 committed 230 days ago
  • tweak comment
    edgchen1 committed 230 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/cpp20
    edgchen1 committed 229 days ago
  • DEBUG: CMake generate tracing
    edgchen1 committed 225 days ago
  • try disabling module scan for Android QNN
    edgchen1 committed 224 days ago
  • Revert "DEBUG: CMake generate tracing"
    edgchen1 committed 224 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/cpp20_fix
    edgchen1 committed 220 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/cpp20
    edgchen1 committed 210 days ago
  • add cutlass issue link
    edgchen1 committed 209 days ago
  • move cmake code around so that options and setting of CMAKE_CXX_STANDARD are earlier
    edgchen1 committed 209 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/cpp20
    edgchen1 committed 209 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/cpp20
    edgchen1 committed 203 days ago
  • vitisai global_api.cc - use onnxruntime::ToUTF8String on model path
    edgchen1 committed 203 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/cpp20
    edgchen1 committed 201 days ago
  • try C++20 for everything, pass /permissive to CUDA MSVC build
    edgchen1 committed 201 days ago
  • try adding /permissive another way, update CUDA_STANDARD to 20 too
    edgchen1 committed 201 days ago
  • add CUDA language /permissive too
    edgchen1 committed 201 days ago
  • change GridDim::maxThreadsPerBlock and GridDim::maxElementsPerThread to be static constexpr data members instead of enum values
    edgchen1 committed 201 days ago
  • cutlass patch to work around error
    edgchen1 committed 201 days ago
  • move #177 warning suppression to CUDA 12.8+ section
    edgchen1 committed 201 days ago
  • undo CMake code moving around
    edgchen1 committed 201 days ago
  • break long line
    edgchen1 committed 201 days ago
  • update patch file for line length
    edgchen1 committed 201 days ago
  • fix patch file
    edgchen1 committed 201 days ago
  • don't use deprecated move_iterator operator->
    edgchen1 committed 201 days ago
  • try to suppress spurious stringop-overflow warning
    edgchen1 committed 200 days ago
  • add comment
    edgchen1 committed 200 days ago
  • try to make suppression very local
    edgchen1 committed 200 days ago
  • indent comment and formatting
    edgchen1 committed 200 days ago
  • set CMAKE_CXX_SCAN_FOR_MODULES in CMakeLists.txt
    edgchen1 committed 200 days ago
  • clarify comment about cxx_std_17 feature
    edgchen1 committed 200 days ago
  • update some lingering old CXX_STANDARD values. let's see what happens...
    edgchen1 committed 200 days ago
  • move --diag-suppress=177 out of CUDA 12.8+ block
    edgchen1 committed 200 days ago
  • update vcpkg_helpers.py to pass module scanning option too
    edgchen1 committed 200 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/cpp20_fix
    edgchen1 committed 200 days ago
  • add 'this' to '=' lambda capture. implicit capture of 'this' with '=' is deprecated in C++20.
    edgchen1 committed 199 days ago
  • debugging - split out cuda python builds into single cuda arch builds
    edgchen1 committed 199 days ago
  • fix stage name
    edgchen1 committed 199 days ago
  • move StatusCodeToHRESULT to its own file so we don't need to include winerror.h in other places
    edgchen1 committed 197 days ago
  • add MSVC /Zc:preprocessor option
    edgchen1 committed 196 days ago
  • move cub/cub.cuh include to cu_inc/cub.cuh wrapper, put it in cu_inc/common.cuh, update other files to use that instead of directly including cub/cub.cuh
    edgchen1 committed 196 days ago
  • Revert "move StatusCodeToHRESULT to its own file so we don't need to include winerror.h in other places"
    edgchen1 committed 196 days ago
  • fix ORT_DEF2STR_HELPER macro
    edgchen1 committed 196 days ago
  • h2exp workaround for sm_52 or lower
    edgchen1 committed 195 days ago
  • Revert "fix stage name"
    edgchen1 committed 195 days ago
  • Revert "debugging - split out cuda python builds into single cuda arch builds"
    edgchen1 committed 195 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/cpp20_fix
    edgchen1 committed 195 days ago
  • Merge branch 'edgchen1/cpp20_fix' into edgchen1/cpp20
    edgchen1 committed 195 days ago
  • Revert "add MSVC /Zc:preprocessor option"
    edgchen1 committed 195 days ago
  • Merge branch 'edgchen1/cpp20_fix' into edgchen1/cpp20
    edgchen1 committed 195 days ago
  • revert linux_minimal_build.yml changes
    edgchen1 committed 195 days ago
  • limit nvcc_threads to 1 for CUDA Win Python packaging build
    edgchen1 committed 195 days ago
  • try nvcc_threads 2
    edgchen1 committed 194 days ago
  • Revert "try nvcc_threads 2"
    edgchen1 committed 194 days ago
  • Merge branch 'edgchen1/cpp20_fix' into edgchen1/cpp20
    edgchen1 committed 194 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/cpp20
    edgchen1 committed 194 days ago
  • update comments about Timestamp class, add rationale for not making ctor explicit
    edgchen1 committed 194 days ago
Loading