Граф коммитов

  • 975c2dad8b add quietmode option to setup_logging function Karl W Schulz 2024-03-07 16:51:06 -06:00
  • abd3d20cb2 add quietmode option to setup_logging function Karl W Schulz 2024-03-07 16:51:06 -06:00
  • a9cda2ad33 add a exit keyword to console_error function; allows multiple error lines prior to code exit Karl W Schulz 2024-03-07 14:52:28 -06:00
  • 2b24375e8d add a exit keyword to console_error function; allows multiple error lines prior to code exit Karl W Schulz 2024-03-07 14:52:28 -06:00
  • 7756a5b00b updates for run_prof() routine: Karl W Schulz 2024-03-07 11:00:52 -06:00
  • 377c642ac2 updates for run_prof() routine: Karl W Schulz 2024-03-07 11:00:52 -06:00
  • ab3ce5ecb8 remove duplicate process output within run_prof() Karl W Schulz 2024-03-07 10:59:26 -06:00
  • dcdef37c34 remove duplicate process output within run_prof() Karl W Schulz 2024-03-07 10:59:26 -06:00
  • 89bc098c59 include ERROR delimiter directly for console_error() messsages Karl W Schulz 2024-03-07 10:58:12 -06:00
  • 61267ee262 include ERROR delimiter directly for console_error() messsages Karl W Schulz 2024-03-07 10:58:12 -06:00
  • a5e23e17fe add a profileMode option to capture_subprocess_output() - includes indented output with profiler selection when enabled Karl W Schulz 2024-03-07 10:24:46 -06:00
  • cc7a725ae8 add a profileMode option to capture_subprocess_output() - includes indented output with profiler selection when enabled Karl W Schulz 2024-03-07 10:24:46 -06:00
  • 587d55cd9d minor refactor of print_status() Karl W Schulz 2024-03-07 10:17:16 -06:00
  • 6bb4210d94 minor refactor of print_status() Karl W Schulz 2024-03-07 10:17:16 -06:00
  • b948aa6ebf add indent support to console_log() Karl W Schulz 2024-03-07 10:15:21 -06:00
  • 63129e4247 add indent support to console_log() Karl W Schulz 2024-03-07 10:15:21 -06:00
  • 890154db8e include loglevel function argument to "run_prof" routine Karl W Schulz 2024-03-07 08:46:34 -06:00
  • 34694f86c2 include loglevel function argument to "run_prof" routine Karl W Schulz 2024-03-07 08:46:34 -06:00
  • efc9f72f7a assign loglevel attribute in omniperf base class Karl W Schulz 2024-03-07 08:45:22 -06:00
  • 48de8ae490 assign loglevel attribute in omniperf base class Karl W Schulz 2024-03-07 08:45:22 -06:00
  • 16f580b992 update setup_logging function to return loglevel; disable inclusion of loglevel delimiter in output Karl W Schulz 2024-03-07 08:41:49 -06:00
  • bdfc536ade update setup_logging function to return loglevel; disable inclusion of loglevel delimiter in output Karl W Schulz 2024-03-07 08:41:49 -06:00
  • a5c9180383 enable a progress bar for running in profile mode - only enabled when loglevel is set to ERROR Karl W Schulz 2024-03-06 10:51:54 -06:00
  • 47b32cb4b1 enable a progress bar for running in profile mode - only enabled when loglevel is set to ERROR Karl W Schulz 2024-03-06 10:51:54 -06:00
  • 82bb59ce76 tighten-up profile usage examples Karl W Schulz 2024-03-05 18:13:31 -06:00
  • 3e88132d73 tighten-up profile usage examples Karl W Schulz 2024-03-05 18:13:31 -06:00
  • 91434bcebf Fix dangling merge conflict colramos-amd 2024-03-05 15:10:08 -06:00
  • 6c5a3623b6 Fix dangling merge conflict colramos-amd 2024-03-05 15:10:08 -06:00
  • 98e5e16d0e Fix python formatting colramos-amd 2024-03-04 12:57:25 -06:00
  • f2aac37178 Fix python formatting colramos-amd 2024-03-04 12:57:25 -06:00
  • 6ee27efd16 Resolve merge conflict I missed in prev rebase colramos-amd 2024-03-04 12:56:11 -06:00
  • 99bf4fae09 Resolve merge conflict I missed in prev rebase colramos-amd 2024-03-04 12:56:11 -06:00
  • 00c17f423c Replaced some straggling print statements with log functions colramos-amd 2024-02-08 12:24:33 -06:00
  • 771644f5f7 Replaced some straggling print statements with log functions colramos-amd 2024-02-08 12:24:33 -06:00
  • 569dff3627 Connect verbosity flag to loglevel colramos-amd 2024-02-08 12:23:20 -06:00
  • 5ed9a5c902 Connect verbosity flag to loglevel colramos-amd 2024-02-08 12:23:20 -06:00
  • a1371462ba All logging should use call new functions colramos-amd 2024-01-30 17:25:16 -06:00
  • 5bf38a4fed All logging should use call new functions colramos-amd 2024-01-30 17:25:16 -06:00
  • cfdf288cba Dedicated logging function for each log level colramos-amd 2024-01-30 17:23:49 -06:00
  • 233905071c Dedicated logging function for each log level colramos-amd 2024-01-30 17:23:49 -06:00
  • 39a9961060 Remove outdated remove_workload.py module colramos-amd 2024-01-30 17:22:49 -06:00
  • 0611ce4582 Remove outdated remove_workload.py module colramos-amd 2024-01-30 17:22:49 -06:00
  • 15aac4690c Standalone logging module for cleaner omniperf_base.py colramos-amd 2024-01-30 17:22:11 -06:00
  • 2e09f0be7e Standalone logging module for cleaner omniperf_base.py colramos-amd 2024-01-30 17:22:11 -06:00
  • 894d3459a5 [bugfix]save undo plans in some case FrankJ 2024-03-12 00:00:16 +08:00
  • 9ef920a77b [bugfix]save undo plans in some case FrankJ 2024-03-12 00:00:16 +08:00
  • 0c65a7baea SWDEV-447458 - remove check for image support sdashmiz 2024-03-08 09:10:50 -05:00
  • 315d0fc46e SWDEV-447458 - remove check for image support sdashmiz 2024-03-08 09:10:50 -05:00
  • 5802abfbe6 SWDEV-449636 - Fixed links in documentation David Galiffi 2024-03-06 13:44:15 -05:00
  • d62ffdd9c5 SWDEV-449636 - Fixed links in documentation David Galiffi 2024-03-06 13:44:15 -05:00
  • ebaf60bcc9 ipblocks to blocks in ctest Jose Santos 2024-03-11 09:55:13 -05:00
  • ef6152dfa0 ipblocks to blocks in ctest Jose Santos 2024-03-11 09:55:13 -05:00
  • 760647dd19 Fix compilation on musl-based systems Sv. Lockal 2024-03-09 13:46:32 +00:00
  • 9a89997b5f Fix compilation on musl-based systems Sv. Lockal 2024-03-09 13:46:32 +00:00
  • 92c93f47c5 SWDEV-311271 - Enable mempool under Windows German Andryeyev 2024-02-14 15:32:44 -05:00
  • 0f3391b93e SWDEV-311271 - Enable mempool under Windows German Andryeyev 2024-02-14 15:32:44 -05:00
  • 96f17de4a6 SWDEV-442724 - Remove uses of -amdgpu-early-inline-all to enable function calls Shilei Tian 2024-01-23 14:34:27 -05:00
  • da3b2e8ae2 SWDEV-442724 - Remove uses of -amdgpu-early-inline-all to enable function calls Shilei Tian 2024-01-23 14:34:27 -05:00
  • b8a9a8290d record return status from hipDeviceSynchronize() to avoid compilation warnings (#305) Karl W. Schulz 2024-03-11 09:30:40 -05:00
  • a0f5d25f74 record return status from hipDeviceSynchronize() to avoid compilation warnings (#305) Karl W. Schulz 2024-03-11 09:30:40 -05:00
  • 4c25793cf4 SWDEV-429053 - Add hipStreamLegacy define sdashmiz 2024-01-12 10:53:40 -05:00
  • 3638db85a3 SWDEV-429053 - Add hipStreamLegacy define sdashmiz 2024-01-12 10:53:40 -05:00
  • d90a0d9c57 SWDEV-442724 - Remove uses of -amdgpu-early-inline-all to enable function calls Shilei Tian 2024-01-23 12:14:28 -05:00
  • a09204388a SWDEV-442724 - Remove uses of -amdgpu-early-inline-all to enable function calls Shilei Tian 2024-01-23 12:14:28 -05:00
  • a08ffa2167 SWDEV-413997 - Disable all Set/Get access tests from windows, since the APIs were not implemented yet. kjayapra-amd 2024-03-10 20:08:20 -04:00
  • 3fe1716020 SWDEV-413997 - Disable all Set/Get access tests from windows, since the APIs were not implemented yet. kjayapra-amd 2024-03-10 20:08:20 -04:00
  • dcd3673e66 SWDEV-295298: hide warp sync builtins in ROCm 6.2 (absent in 6.1) Sameer Sahasrabuddhe 2024-02-19 11:04:56 +05:30
  • 0421a35f71 SWDEV-295298: hide warp sync builtins in ROCm 6.2 (absent in 6.1) Sameer Sahasrabuddhe 2024-02-19 11:04:56 +05:30
  • 8392200773 SWDEV-444670 - Register the Runtime::tearDown function to be called at exit Ioannis Assiouras 2024-02-07 13:53:50 +00:00
  • 5e294f89a8 SWDEV-444670 - Register the Runtime::tearDown function to be called at exit Ioannis Assiouras 2024-02-07 13:53:50 +00:00
  • e373bd44bf Enable fp8 support (#1101) Andy li 2024-03-09 07:17:53 +08:00
  • 6777e65c1d Enable fp8 support (#1101) Andy li 2024-03-09 07:17:53 +08:00
  • b1f08cc9d8 blocks -> block Jose Santos 2024-03-07 16:01:32 -06:00
  • f9e806833b blocks -> block Jose Santos 2024-03-07 16:01:32 -06:00
  • f02945c84d Typo: Change blocks to block Signed-off-by: Jose Santos <josantos@amd.com> Jose Santos 2024-03-07 15:31:57 -06:00
  • 09f9b9e544 Typo: Change blocks to block Signed-off-by: Jose Santos <josantos@amd.com> Jose Santos 2024-03-07 15:31:57 -06:00
  • 08aadb1135 Fix misc memory leaks Galantsev, Dmitrii 2024-03-07 04:56:16 -06:00
  • 9a3a50f929 Fix misc memory leaks Galantsev, Dmitrii 2024-03-07 04:56:16 -06:00
  • 1dd7207f58 Fix memory leak created by hanging opendir Galantsev, Dmitrii 2024-03-07 03:36:43 -06:00
  • b60541ef42 Fix memory leak created by hanging opendir Galantsev, Dmitrii 2024-03-07 03:36:43 -06:00
  • 1ae9383f70 Add .github/CONTRIBUTING.md Galantsev, Dmitrii 2024-03-06 18:55:40 -06:00
  • 46ea462189 Add .github/CONTRIBUTING.md Galantsev, Dmitrii 2024-03-06 18:55:40 -06:00
  • f35772f2e2 Add .github/CONTRIBUTING.md Galantsev, Dmitrii 2024-03-06 18:55:40 -06:00
  • ba88baef9c Add .github/CONTRIBUTING.md Galantsev, Dmitrii 2024-03-06 18:55:40 -06:00
  • 2354601589 Improve debug messages of memory allocations (#1107) Wenkai Du 2024-03-08 10:55:10 -08:00
  • ff951e607d Improve debug messages of memory allocations (#1107) Wenkai Du 2024-03-08 10:55:10 -08:00
  • aaf1e27af2 update the fp8 header file name (#65) Andy li 2024-03-09 02:02:40 +08:00
  • e447c17382 update the fp8 header file name (#65) Andy li 2024-03-09 02:02:40 +08:00
  • f767e489d8 SWDEV-441274 - Implement a positive test for hipStreamWriteValue Sebastian Luzynski 2024-01-17 13:15:33 +00:00
  • 0a1d7aefbb SWDEV-441274 - Implement a positive test for hipStreamWriteValue Sebastian Luzynski 2024-01-17 13:15:33 +00:00
  • d5f76714e8 SWDEV-413161 - [catch2][dtest] hip directed catch2 with xnack+ test added for hipMemAdvise api for TstAlignedAllocMem mbhiutra 2023-12-29 19:39:49 +05:30
  • 658123244a SWDEV-413161 - [catch2][dtest] hip directed catch2 with xnack+ test added for hipMemAdvise api for TstAlignedAllocMem mbhiutra 2023-12-29 19:39:49 +05:30
  • a291af23ba SWDEV-431704 - [catch2][dtest] Added test case for HIPGraph Performance mbhiutra 2024-02-05 17:06:55 +05:30
  • 5c1bc4a4c3 SWDEV-431704 - [catch2][dtest] Added test case for HIPGraph Performance mbhiutra 2024-02-05 17:06:55 +05:30
  • 2bcd9b782f SWDEV-439004, SWDEV-440021 - Fix GL Interop & Unit_hipP2pLinkTypeAndHopFunc testcases Rakesh Roy 2024-01-24 00:20:53 +05:30
  • d7789d328c SWDEV-439004, SWDEV-440021 - Fix GL Interop & Unit_hipP2pLinkTypeAndHopFunc testcases Rakesh Roy 2024-01-24 00:20:53 +05:30
  • 9fedefeb54 README Updates (#282) Lakshmi Kumar 2024-03-08 07:56:51 -08:00
  • 264e847c5a README Updates (#282) Lakshmi Kumar 2024-03-08 07:56:51 -08:00
  • 3cf895b67d [SWDEV-436308] Add Partition_ID from KFD Charis Poag 2024-02-26 20:58:17 -06:00
  • c2035fa1b9 [SWDEV-436308] Add Partition_ID from KFD Charis Poag 2024-02-26 20:58:17 -06:00