onnxruntime/tools/ci_build/github
cloudhan 51ac6617f5
Fix warnings and enable dev mode for ROCm CI (#13223)
Fix warnings and enable dev mode for ROCm CI:

* Fix ROCm headers complaining "This file is deprecated. Use the header file from ..."
* Disable warning signed and unsigned compare for kernel explorer
* Fix unused and nondiscard warnings
* Enable dev mode for ROCm CI
* Walkaround error "unknown warning option '-Wno-nonnull-compare'" in kernel explorer by using '-Wno-unknown-warning-option' to ignore the unknown option
* Fix error "unused parameter 'mask'"
* Fix warning "instantiation of variable 'onnxruntime::rocm::Consts<float>::One' required here, but no definition is available", etc. Fixed by using C++17's inline (implied by constexpr) static initialization.
* Remove unused variable
* Add the missing `override` specifier
2022-10-07 09:45:01 +08:00
..
android enable xnnpack in default_full_aar_build_settings (#12682) 2022-08-25 10:41:06 +08:00
apple Update supported ops md for NNAPI/CoreML EP (#12245) 2022-07-21 10:23:08 -07:00
azure-pipelines Fix warnings and enable dev mode for ROCm CI (#13223) 2022-10-07 09:45:01 +08:00
js Use full ORT package for onnxruntime-react-native. (#13037) 2022-09-23 07:20:03 +10:00
linux Add build configuration to binary size checks pipeline. (#13208) 2022-10-05 12:39:19 -07:00
pai Update ROCm CI to use HIP LANGUAGE (#13214) 2022-10-05 16:15:16 +08:00
python_checks
windows Add license header to some files. (#13074) 2022-09-23 18:46:02 -07:00
Doxyfile_csharp.cfg