root@codespaces-e992b2:/workspaces/en525-712-81-sp25-amd-gpu-using-gem5-gem5bootcamp2024# gem5-vega gem5/configs/example/apu_se.py -n 3 --gfx-version= gfx902 -c gem5-resources/src/gpu/square/bin/square gem5 Simulator System. https://www.gem5.org gem5 is copyrighted software; use the --copyright option for details.
I have setup a github codespace for teaching my advanced computer architecture class. I tried to run the example square for the AMD GPU, and got an error (gem5-resources/src/gpu/square/bin/square: error while loading shared libraries: libamdhip64.so.4: cannot open shared object file: No such file or directory Is this due to the compilation of square, or is this a common problem with codespace? Nick gem5 version 24.0.0.0 gem5 compiled Jul 25 2024 20:34:41 gem5 started Feb 26 2025 14:08:28 gem5 executing on codespaces-e992b2, pid 15064 command line: gem5-vega gem5/configs/example/apu_se.py -n 3 --gfx-version=gfx902 -c gem5-resources/src/gpu/square/bin/square Num SQC = 1 Num scalar caches = 1 Num CU = 4 Global frequency set at 1000000000000 ticks per second warn: system.ruby.network adopting orphan SimObject param 'ext_links' warn: system.ruby.network adopting orphan SimObject param 'int_links' src/mem/dram_interface.cc:690: warn: DRAM device capacity (8192 Mbytes) does not match the address range assigned (512 Mbytes) src/base/statistics.hh:279: warn: One of the stats is a legacy stat. Legacy stat is a stat that does not belong to any statistics::Group. Legacy stat is deprecated. src/base/statistics.hh:279: warn: One of the stats is a legacy stat. Legacy stat is a stat that does not belong to any statistics::Group. Legacy stat is deprecated. Forcing maxCoalescedReqs to 32 (TLB assoc.) Forcing maxCoalescedReqs to 32 (TLB assoc.) Forcing maxCoalescedReqs to 32 (TLB assoc.) Forcing maxCoalescedReqs to 32 (TLB assoc.) Forcing maxCoalescedReqs to 32 (TLB assoc.) Forcing maxCoalescedReqs to 32 (TLB assoc.) src/base/statistics.hh:279: warn: One of the stats is a legacy stat. Legacy stat is a stat that does not belong to any statistics::Group. Legacy stat is deprecated. Forcing maxCoalescedReqs to 32 (TLB assoc.) Forcing maxCoalescedReqs to 32 (TLB assoc.) system.remote_gdb: Listening for connections on port 7000 src/sim/simulate.cc:199: info: Entering event queue @ 0. Starting simulation... src/mem/ruby/system/Sequencer.cc:680: warn: Replacement policy updates recently became the responsibility of SLICC state machines. Make sure to setMRU() near callbacks in .sm files! src/sim/mem_state.cc:448: info: Increasing stack size by one page. gem5-resources/src/gpu/square/bin/square: error while loading shared libraries: libamdhip64.so.4: cannot open shared object file: No such file or directory breaking loop due to: exiting with last active thread context. Ticks: 234627000 Exiting because exiting with last active thread context root@codespaces-e992b2:/workspaces/en525-712-81-sp25-amd-gpu-using-gem5-gem5bootcamp2024#
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org