[gem5-dev] Re: Modeling Golden Cove in Gem5

2023-11-07 Thread Matt Sinclair via gem5-dev
I am not an expert at the CPU model, but a couple things I can point you two: 1. The X86 O3CPU model is based on the (very old) Alpha 21264 CPU ( https://ieeexplore.ieee.org/document/755465), with some bells and whistles that have partially updated it to try and represent more modern CPUs. For

[gem5-dev] Re: Build failed in Jenkins: nightly #659

2023-07-07 Thread Matt Sinclair via gem5-dev
are is running as intended. > > -- > Dr. Bobby R. Bruce > Room 3050, > Kemper Hall, UC Davis > Davis, > CA, 95616 > > web: https://www.bobbybruce.net > > On Jul 7, 2023, at 8:28 AM, Matt Sinclair > wrote: > > Hi Bobby, > > How do I read this output

[gem5-dev] Re: Build failed in Jenkins: nightly #659

2023-07-07 Thread Matt Sinclair via gem5-dev
Hi Bobby, How do I read this output? I wanted to check if Square was still passing, because of the patch Matt P pushed yesterday, but I don't seem to see it. I realize we are replacing this setup shortly, but nonetheless want to make sure bugs aren't slipping in. Thanks, Matt On Fri, Jul 7,

[gem5-dev] Re: Build failed in Jenkins: nightly #620

2023-05-31 Thread Matt Sinclair via gem5-dev
t > > On May 31, 2023, at 1:28 PM, Poremba, Matthew > wrote: > > [AMD Official Use Only - General] > > https://gem5-review.googlesource.com/c/public/gem5/+/71078 > > -Matt > > *From:* Matt Sinclair > *Sent:* Wednesday, May 31, 2023 1:22 PM > *To:* The gem5 De

[gem5-dev] Re: Build failed in Jenkins: nightly #620

2023-05-31 Thread Matt Sinclair via gem5-dev
yEval_EvalCodeEx+0x42)[0x7f648e3f41d2] > > /lib/x86_64-linux-gnu/libpython3.8.so.1.0(PyEval_EvalCode+0x1f)[0x7f648e3f45bf] > /lib/x86_64-linux-gnu/libpython3.8.so.1.0(+0x1cfc01)[0x7f648e3f8c01] > /lib/x86_64-linux-gnu/libpython3.8.so.1.0(+0x25f547)[0x7f648e488547] > /lib/x86_64-linux-gnu/libpython3.8.so.1.0(+0x74d6d)[0x7f648e29dd6d] >

[gem5-dev] Re: GEM5-GCN-DNNMark get Invalid filter channel number when running: dnnmark_test_VGG, dnnmark_test_alexnet, dnnmark_test_fwd_conv

2023-05-14 Thread Matt Sinclair via gem5-dev
ark -mmap > gem5-resources/src/gpu/DNNMark/mmap.bin" > > but still got the same error. > > Is that means conv layers is currently no available for gem5-gcn? > > May i ask is there anyone else met this problem before? > > thank you! > > > -- 原始邮件

[gem5-dev] Re: GEM5-GCN-DNNMark get Invalid filter channel number when running: dnnmark_test_VGG, dnnmark_test_alexnet, dnnmark_test_fwd_conv

2023-05-11 Thread Matt Sinclair via gem5-dev
I have not tried running these specific benchmarks in gem5 personally, so I cannot say for certain what the error is or even if they are expected to run to completion in gem5. But, normally the error you're seeing happens because you have not created the appropriate "cache" files for the GPU

[gem5-dev] Re: Problem on simulating GCN3 GPU: Running DNNMark too slow.

2023-05-10 Thread Matt Sinclair via gem5-dev
> Failed to execute default signal handler! > > > I don't know what i did wrong. > Have you ever tried running this benchmark or the benchmarks like alexnet > or VGG? > May I ask for some advices for successfully runing this test_fwd_fc? > > Thank you !! > > --

[gem5-dev] Re: Problem on simulating GCN3 GPU: Running DNNMark too slow.

2023-05-09 Thread Matt Sinclair via gem5-dev
Hi, Trying to answer your various questions: 1. Similar to #2 below, I am unclear what "blocked" means. It sounds like the program is just running, but is slower than you were hoping it would be? If so, unfortunately, this is a well known problem with detailed simulators like gem5 -- they can

[gem5-dev] Re: 回复:[gem5-users] Re: Hi, i'm new to gem5. is there a way to make simulation for a CPU-GPU heterogeneous computing?

2023-04-28 Thread Matt Sinclair via gem5-dev
ot;The gem5 Developer List" ; > *发送时间:* 2023年4月28日(星期五) 晚上7:47 > *收件人:* "The gem5 Users mailing list"; > *抄送:* "The gem5 Developer List";"gem5-users"< > gem5-us...@gem5.org>;"Matt Sinclair" >;"429442672"<429442...@qq.com>

[gem5-dev] Re: Hi, i'm new to gem5. is there a way to make simulation for a CPU-GPU heterogeneous computing?

2023-04-24 Thread Matt Sinclair via gem5-dev
terogeneous computing, > if it is possible, could you please show me a way or url? > > 2. Is Gem5 able to simulate deep learning workload? > > > -- 原始邮件 ------ > *发件人:* "Matt Sinclair" ; > *发送时间:* 2023年4月20日(星期四) 中午12:04 > *收件人:* "Th

[gem5-dev] Re: Hi, i'm new to gem5. is there a way to make simulation for a CPU-GPU heterogeneous computing?

2023-04-19 Thread Matt Sinclair via gem5-dev
Yes, all of the “GPU” examples posted on gem5-resources do this, for both GCN3 and Vega models. For example, I usually recommend people start with square: https://resources.gem5.org/resources/square You can find many more examples of this on the homepage of gem5 resources too:

[gem5-users] Re: Hi, i'm new to gem5. is there a way to make simulation for a CPU-GPU heterogeneous computing?

2023-04-19 Thread Matt Sinclair via gem5-users
Yes, all of the “GPU” examples posted on gem5-resources do this, for both GCN3 and Vega models. For example, I usually recommend people start with square: https://resources.gem5.org/resources/square You can find many more examples of this on the homepage of gem5 resources too:

[gem5-dev] Re: Build failed in Jenkins: nightly #566

2023-04-05 Thread Matt Sinclair via gem5-dev
mper Hall, UC Davis > Davis, > CA, 95616 > > web: https://www.bobbybruce.net > > On Apr 5, 2023, at 7:55 AM, Matt Sinclair > wrote: > > Hi Bobby, > > I'm trying to interpret the console output here, as it seems like the > replacement policy tests are failing: &g

[gem5-dev] Re: Build failed in Jenkins: nightly #566

2023-04-05 Thread Matt Sinclair via gem5-dev
Hi Bobby, I'm trying to interpret the console output here, as it seems like the replacement policy tests are failing: ... *03:41:45* Test: test-replacement-policy-traces/tree_plru_test1_st-NULL-x86_64-opt-MI_example-MatchStdoutNoPerf Passed*04:02:55* time="2023-04-05T04:02:55-05:00" level=error

[gem5-dev] [S] Change in gem5/gem5[develop]: mem-ruby: fix whitespacing errors in RubySystem

2023-04-04 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69397?usp=email ) Change subject: mem-ruby: fix whitespacing errors in RubySystem .. mem-ruby: fix whitespacing errors

[gem5-dev] [S] Change in gem5/gem5[develop]: mem-ruby: fix whitespacing errors in RubySystem

2023-04-04 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/69397?usp=email ) Change subject: mem-ruby: fix whitespacing errors in RubySystem .. mem-ruby: fix whitespacing errors

[gem5-dev] [M] Change in gem5/gem5[develop]: tests: add GPU Ruby Random tester with WB L2 caches

2023-03-24 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69258?usp=email ) ( 4 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: tests: add GPU Ruby Random tester

[gem5-dev] [M] Change in gem5/gem5[develop]: tests: add GPU Ruby Random tester with WB L2 caches

2023-03-23 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/69258?usp=email ) Change subject: tests: add GPU Ruby Random tester with WB L2 caches .. tests: add GPU Ruby Random

[gem5-dev] [S] Change in gem5/gem5[develop]: Merge branch 'develop' of https://gem5.googlesource.com/public/gem5 i...

2023-03-23 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/69257?usp=email ) Change subject: Merge branch 'develop' of https://gem5.googlesource.com/public/gem5 into develop

[gem5-dev] [XS] Change in gem5/gem5[develop]: mem-ruby: fix atomic deadlock with WB GPU L2 caches

2023-03-21 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/68978?usp=email ) Change subject: mem-ruby: fix atomic deadlock with WB GPU L2 caches .. mem-ruby: fix atomic deadlock with WB

[gem5-dev] [XS] Change in gem5/gem5[develop]: mem-ruby: fix load deadlock with WB GPU L2 caches

2023-03-21 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/68977?usp=email ) Change subject: mem-ruby: fix load deadlock with WB GPU L2 caches .. mem-ruby: fix load deadlock with WB GPU L2

[gem5-dev] [XS] Change in gem5/gem5[develop]: mem-ruby: Add RdBypassEvict to stalled GPU L2 requests

2023-03-15 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68998?usp=email ) Change subject: mem-ruby: Add RdBypassEvict to stalled GPU L2 requests .. mem-ruby: Add

[gem5-dev] [XS] Change in gem5/gem5[develop]: mem-ruby: fix load deadlock with WB GPU L2 caches

2023-03-15 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68977?usp=email ) Change subject: mem-ruby: fix load deadlock with WB GPU L2 caches .. mem-ruby: fix load deadlock

[gem5-dev] [XS] Change in gem5/gem5[develop]: mem-ruby: fix atomic deadlock with WB GPU L2 caches

2023-03-15 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68978?usp=email ) Change subject: mem-ruby: fix atomic deadlock with WB GPU L2 caches .. mem-ruby: fix atomic deadlock

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: cleanup m5out directly in weekly

2023-03-06 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67198?usp=email ) Change subject: tests: cleanup m5out directly in weekly .. tests: cleanup m5out directly in weekly The weekly

[gem5-dev] Re: Build failed in Jenkins: nightly #482

2023-01-13 Thread Matt Sinclair via gem5-dev
t; CA, 95616 > > web: https://www.bobbybruce.net > > > On Thu, Jan 12, 2023 at 7:04 PM Matt Sinclair < > mattdsinclair.w...@gmail.com> wrote: > >> Hi Bobby, >> >> Just checking on this again. >> >> Thanks, >> Matt >> >> On Mon, Jan 9

[gem5-dev] Re: Build failed in Jenkins: nightly #482

2023-01-12 Thread Matt Sinclair via gem5-dev
Hi Bobby, Just checking on this again. Thanks, Matt On Mon, Jan 9, 2023 at 11:21 PM Matt Sinclair wrote: > Bobby do you need me to clean up the machine or open a ticket with IT at > UW: > > *19:22:13* {standard input}: Fatal error: can't write 97 bytes to section > .text of b

[gem5-dev] Re: Build failed in Jenkins: nightly #482

2023-01-09 Thread Matt Sinclair via gem5-dev
Bobby do you need me to clean up the machine or open a ticket with IT at UW: *19:22:13* {standard input}: Fatal error: can't write 97 bytes to section .text of build/ARM/python/_m5/param_TickedObject.o: 'No space left on device' Matt On Mon, Jan 9, 2023 at 7:23 PM jenkins-no-reply--- via

[gem5-dev] Re: Build failed in Jenkins: weekly #99

2023-01-09 Thread Matt Sinclair via gem5-dev
Jason Lowe-Power ; Poremba, Matthew < > matthew.pore...@amd.com>; vrama...@wisc.edu; Matt Sinclair < > mattdsinclair.w...@gmail.com> > *Subject:* Re: [gem5-dev] Re: Build failed in Jenkins: weekly #99 > > > > *Caution:* This message originated from an External Source. Use pr

[gem5-dev] [S] Change in gem5/gem5[develop]: mem-ruby: fix TCP spacing/spelling

2023-01-08 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67200?usp=email ) Change subject: mem-ruby: fix TCP spacing/spelling .. mem-ruby: fix TCP spacing/spelling Change-Id

[gem5-dev] [S] Change in gem5/gem5[develop]: mem-ruby, gpu-compute: fix TCP GLC cache bypassing

2023-01-08 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67199?usp=email ) Change subject: mem-ruby, gpu-compute: fix TCP GLC cache bypassing .. mem-ruby, gpu-compute: fix TCP GLC cache

[gem5-dev] [S] Change in gem5/gem5[develop]: mem-ruby: add GPU cache bypass I->I transition

2023-01-08 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67201?usp=email ) Change subject: mem-ruby: add GPU cache bypass I->I transition .. mem-ruby: add GPU cache bypass I

[gem5-dev] Re: Build failed in Jenkins: weekly #99

2023-01-07 Thread Matt Sinclair via gem5-dev
: > Thanks for quickly digging into this, Matt! > > On Sat, Jan 7, 2023 at 1:41 PM Matt Sinclair via gem5-dev < > gem5-dev@gem5.org> wrote: > >> I have confirmed that the Pannotia benchmarks (to my surprise) are using >> AMD's cache bypassing flags for some memory access

[gem5-dev] [S] Change in gem5/gem5[develop]: mem-ruby, gpu-compute: fix TCP GLC cache bypassing

2023-01-07 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67199?usp=email ) Change subject: mem-ruby, gpu-compute: fix TCP GLC cache bypassing .. mem-ruby, gpu-compute: fix TCP

[gem5-dev] [S] Change in gem5/gem5[develop]: mem-ruby: fix TCP spacing/spelling

2023-01-07 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67200?usp=email ) Change subject: mem-ruby: fix TCP spacing/spelling .. mem-ruby: fix TCP spacing/spelling Change-Id

[gem5-dev] [S] Change in gem5/gem5[develop]: mem-ruby: add GPU cache bypass I->I transition

2023-01-07 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67201?usp=email ) Change subject: mem-ruby: add GPU cache bypass I->I transition .. mem-ruby: add GPU cache bypas

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: cleanup m5out directly in weekly

2023-01-07 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67198?usp=email ) Change subject: tests: cleanup m5out directly in weekly .. tests: cleanup m5out directly in weekly

[gem5-dev] Re: Build failed in Jenkins: weekly #99

2023-01-07 Thread Matt Sinclair via gem5-dev
considered, but implemented incorrectly. I have a fix I am testing now and will push later tonight assuming it solves the problem. Matt On Fri, Jan 6, 2023 at 10:07 PM Matt Sinclair wrote: > Hi Matt P & Vishnu, > > It appears something with the GPU support must have broken between y

[gem5-dev] Re: Build failed in Jenkins: weekly #99

2023-01-06 Thread Matt Sinclair via gem5-dev
Hi Matt P & Vishnu, It appears something with the GPU support must have broken between your changes this week -- as far as I can tell all of the nightly tests passed when you checked in your commits, but something in the more complex benchmarks (BC in this case) is breaking: gem5.opt:

[gem5-dev] Re: Build failed in Jenkins: nightly #344

2022-09-06 Thread Matt Sinclair
Is this something that needs to be updated in the nightly script? Matt On Tue, Sep 6, 2022 at 1:38 PM Bobby Bruce wrote: > Yip, I just deleted the build directory and started the Nightly tests > again. I confirmed this solution works locally for me. > > -- > Dr. Bobby R. Bruce > Room 3050, >

[gem5-dev] Re: Build failed in Jenkins: nightly #329

2022-08-23 Thread Matt Sinclair
(reposting as my previous one bounced) Thanks Bobby/Jason. Kyle posted already, but just for benefit of everyone else, fix is here: https://gem5-review.googlesource.com/c/public/gem5/+/62653 Matt On Tue, Aug 23, 2022 at 7:47 PM Bobby Bruce wrote: > Matt and Kyle, > > It seems like this

[gem5-dev] Re: Build failed in Jenkins: weekly #53

2022-05-27 Thread Matt Sinclair
ed on the docker >> image. However, I think it can be easily added by appending the >> appropriate apt-get install line in >> gem5-resources/src/gpu/halo-finder/Dockerfile. >> >> >> >> >> >> -Matt >> >> >> >> *From:* Matt

[gem5-dev] Re: Build failed in Jenkins: weekly #53

2022-05-25 Thread Matt Sinclair
> -Matt > > > > *From:* Bobby Bruce > *Sent:* Wednesday, May 25, 2022 12:24 PM > *To:* gem5-dev@gem5.org; Poremba, Matthew ; Matt > Sinclair > *Subject:* Re: [gem5-dev] Build failed in Jenkins: weekly #53 > > > > [CAUTION: External Email] > > A shor

[gem5-dev] Re: Build failed in Jenkins: compiler-checks #224

2022-05-05 Thread Matt Sinclair
If I'm reading the output correctly, it looks like Giacomo's commit caused the problem and the Ruby tester didn't? Since only ARM tests are failing (I think). Matt On Thu, May 5, 2022 at 7:27 AM wrote: > See < > https://jenkins.gem5.org/job/compiler-checks/224/display/redirect?page=changes >

[gem5-dev] Change in gem5/gem5[develop]: tests,configs,mem-ruby: Handle num DMAs in GPU Ruby tester

2022-03-23 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/57535 ) Change subject: tests,configs,mem-ruby: Handle num DMAs in GPU Ruby tester .. tests,configs,mem-ruby: Handle num DMAs

[gem5-dev] Change in gem5/gem5[develop]: configs, gpu-compute: change default GPU reg allocator to dynamic

2022-03-18 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/57537 ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: configs, gpu-compute: change default GPU reg

[gem5-dev] Change in gem5/gem5[develop]: tests, mem-ruby: add GPU Ruby random tester to nightly tests

2022-03-13 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/57536 ) Change subject: tests, mem-ruby: add GPU Ruby random tester to nightly tests .. tests, mem-ruby: add GPU Ruby

[gem5-dev] Change in gem5/gem5[develop]: tests,configs,mem-ruby: Handle num DMAs in GPU Ruby tester

2022-03-13 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/57535 ) Change subject: tests,configs,mem-ruby: Handle num DMAs in GPU Ruby tester .. tests,configs,mem-ruby: Handle

[gem5-dev] Change in gem5/gem5[develop]: configs, gpu-compute: change default GPU reg allocator to dynamic

2022-03-13 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/57537 ) Change subject: configs, gpu-compute: change default GPU reg allocator to dynamic .. configs, gpu-compute

[gem5-dev] Change in gem5/gem5[develop]: gpu-compute: Fix register checking and allocation in dyn manager

2022-02-18 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/56909 ) Change subject: gpu-compute: Fix register checking and allocation in dyn manager .. gpu-compute: Fix register checking

[gem5-dev] Change in gem5/gem5[develop]: gpu-compute: Set scratch_base, lds_base for gfx902

2022-02-17 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/54663 ) Change subject: gpu-compute: Set scratch_base, lds_base for gfx902 .. gpu-compute: Set scratch_base, lds_base for gfx902

[gem5-dev] Change in gem5/gem5[develop]: tests, gpu-compute: test dynamic register policy in regressions

2021-11-02 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52163 ) Change subject: tests, gpu-compute: test dynamic register policy in regressions .. tests, gpu-compute: test dynamic

[gem5-dev] Change in gem5/gem5[develop]: tests: add Pannotia to weekly regression

2021-11-01 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51968 ) Change subject: tests: add Pannotia to weekly regression .. tests: add Pannotia to weekly regression Add the Pannotia

[gem5-dev] Change in gem5/gem5[develop]: tests, gpu-compute: test dynamic register policy in weekly

2021-10-27 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/52163 ) Change subject: tests, gpu-compute: test dynamic register policy in weekly .. tests, gpu-compute: test dynamic

[gem5-dev] Change in gem5/gem5[develop]: tests: add Pannotia to weekly regression

2021-10-23 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51968 ) Change subject: tests: add Pannotia to weekly regression .. tests: add Pannotia to weekly regression Add

[gem5-dev] Change in gem5/gem5[develop]: tests: fix bug in weekly regression

2021-10-22 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51907 ) Change subject: tests: fix bug in weekly regression .. tests: fix bug in weekly regression 66a056b8 changed the weekly

[gem5-dev] Re: Build failed in Jenkins: weekly #7

2021-10-22 Thread Matt Sinclair via gem5-dev
This should fix weekly error: https://gem5-review.googlesource.com/c/public/gem5/+/51907 Matt On Fri, Oct 22, 2021 at 11:23 AM jenkins-no-reply--- via gem5-dev < gem5-dev@gem5.org> wrote: > See > > Changes: > > [Bobby R.

[gem5-dev] Change in gem5/gem5[develop]: tests: fix bug in weekly regression

2021-10-21 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51907 ) Change subject: tests: fix bug in weekly regression .. tests: fix bug in weekly regression 66a056b8 changed

[gem5-dev] Change in gem5/gem5[develop]: tests: add HACC to weekly regression

2021-10-19 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51708 ) Change subject: tests: add HACC to weekly regression .. tests: add HACC to weekly regression This commit adds HACC

[gem5-dev] Change in gem5/gem5[develop]: tests: simplify weekly regression

2021-10-18 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51707 ) Change subject: tests: simplify weekly regression .. tests: simplify weekly regression DNNMark and LULESH were both

[gem5-dev] Change in gem5/gem5[develop]: tests: add HACC to weekly regression

2021-10-17 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51708 ) Change subject: tests: add HACC to weekly regression .. tests: add HACC to weekly regression This commit adds

[gem5-dev] Change in gem5/gem5[develop]: tests: simplify weekly regression

2021-10-17 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51707 ) Change subject: tests: simplify weekly regression .. tests: simplify weekly regression DNNMark and LULESH

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: fix typo in GPU VIPER TCC comment

2021-10-16 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51687 ) Change subject: mem-ruby: fix typo in GPU VIPER TCC comment .. mem-ruby: fix typo in GPU VIPER TCC comment 72ee6d1a

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: fix typo in GPU VIPER TCC comment

2021-10-16 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51687 ) Change subject: mem-ruby: fix typo in GPU VIPER TCC comment .. mem-ruby: fix typo in GPU VIPER TCC comment

[gem5-dev] Change in gem5/gem5[develop]: tests: convert all nightly GPU tests from GUID to GID

2021-10-13 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51567 ) Change subject: tests: convert all nightly GPU tests from GUID to GID .. tests: convert all nightly GPU tests from GUID

[gem5-dev] Change in gem5/gem5[develop]: tests: add additional space in weekly DNNMark tests

2021-10-13 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51453 ) Change subject: tests: add additional space in weekly DNNMark tests .. tests: add additional space in weekly DNNMark

[gem5-dev] Change in gem5/gem5[develop]: tests: fix LULESH weekly regression command

2021-10-13 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51207 ) Change subject: tests: fix LULESH weekly regression command .. tests: fix LULESH weekly regression command 7756c5e added

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Matt Sinclair via gem5-dev
t; Dr. Bobby R. Bruce >> Room 3050, >> Kemper Hall, UC Davis >> Davis, >> CA, 95616 >> >> web: https://www.bobbybruce.net >> >> >> On Wed, Oct 13, 2021 at 10:36 AM Matt Sinclair via gem5-dev < >> gem5-dev@gem5.org> wrote: >> >>

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Matt Sinclair via gem5-dev
(Resending as my prior email bounced) Matt On Wed, Oct 13, 2021 at 10:21 AM Matt Sinclair wrote: > I believe the weekly tests will fail until this is merged in: > https://gem5-review.googlesource.com/c/public/gem5/+/51207 > > Jason, I will follow-up with Kyle today about the addit

[gem5-dev] Change in gem5/gem5[develop]: tests: convert all nightly GPU tests from GUID to GID

2021-10-13 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51567 ) Change subject: tests: convert all nightly GPU tests from GUID to GID .. tests: convert all nightly GPU tests

[gem5-dev] Change in gem5/gem5[develop]: tests: add additional space in weekly DNNMark tests

2021-10-12 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51453 ) Change subject: tests: add additional space in weekly DNNMark tests .. tests: add additional space in weekly

[gem5-dev] Change in gem5/gem5[develop]: tests: fix square and HeteroSync nightly regression command

2021-10-12 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51247 ) Change subject: tests: fix square and HeteroSync nightly regression command .. tests: fix square and HeteroSync nightly

[gem5-dev] Change in gem5/gem5[develop]: dev-hsa,gpu-compute: fix bug with gfx8 VAs for HSA Queues

2021-10-12 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51371 ) Change subject: dev-hsa,gpu-compute: fix bug with gfx8 VAs for HSA Queues .. dev-hsa,gpu-compute: fix bug with gfx8 VAs

[gem5-dev] Change in gem5/gem5[develop]: tests: add DNNMark to weekly regression

2021-10-11 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51187 ) Change subject: tests: add DNNMark to weekly regression .. tests: add DNNMark to weekly regression DNNMark

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Update GPU VIPER TCC protocol to resolve deadlock

2021-10-08 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51367 ) Change subject: mem-ruby: Update GPU VIPER TCC protocol to resolve deadlock .. mem-ruby: Update GPU VIPER TCC protocol

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Move VIPER TCC decrements to action from in_port

2021-10-08 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51368 ) Change subject: mem-ruby: Move VIPER TCC decrements to action from in_port .. mem-ruby: Move VIPER TCC decrements

[gem5-dev] Change in gem5/gem5[develop]: dev-hsa,gpu-compute: fix bug with gfx8 VAs for HSA Queues

2021-10-08 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51371 ) Change subject: dev-hsa,gpu-compute: fix bug with gfx8 VAs for HSA Queues .. dev-hsa,gpu-compute: fix bug

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Update GPU VIPER TCC protocol to resolve deadlock

2021-10-07 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51367 ) Change subject: mem-ruby: Update GPU VIPER TCC protocol to resolve deadlock .. mem-ruby: Update GPU VIPER TCC

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Move VIPER TCC decrements to action from in_port

2021-10-07 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51368 ) Change subject: mem-ruby: Move VIPER TCC decrements to action from in_port .. mem-ruby: Move VIPER TCC

[gem5-dev] Change in gem5/gem5[develop]: tests: fix square nightly regression command

2021-10-02 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51247 ) Change subject: tests: fix square nightly regression command .. tests: fix square nightly regression command

[gem5-dev] Change in gem5/gem5[develop]: tests: fix LULESH weekly regression command

2021-10-01 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51207 ) Change subject: tests: fix LULESH weekly regression command .. tests: fix LULESH weekly regression command

[gem5-dev] Change in gem5/gem5[develop]: tests: add DNNMark to weekly regression

2021-10-01 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51187 ) Change subject: tests: add DNNMark to weekly regression .. tests: add DNNMark to weekly regression DNNMark

[gem5-dev] Change in gem5/gem5[develop]: arch-gcn3: Fix MUBUF out-of-bounds case 1

2021-09-30 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51127 ) Change subject: arch-gcn3: Fix MUBUF out-of-bounds case 1 .. arch-gcn3: Fix MUBUF out-of-bounds case 1 This patch upates

[gem5-dev] Change in gem5/gem5[develop]: configs, gpu-compute: update GPU scripts to remove master/slave

2021-09-29 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50967 ) Change subject: configs, gpu-compute: update GPU scripts to remove master/slave .. configs, gpu-compute: update GPU

[gem5-dev] Change in gem5/gem5[develop]: tests: add LULESH to weekly regression

2021-09-29 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50952 ) ( 2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: tests: add LULESH to weekly regression

[gem5-dev] Change in gem5/gem5[develop]: tests: Add HeteroSync to nightly regression

2021-09-29 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50951 ) Change subject: tests: Add HeteroSync to nightly regression .. tests: Add HeteroSync to nightly regression HeteroSync

[gem5-dev] Change in gem5/gem5[develop]: tests: update nightly tests to document square

2021-09-27 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50949 ) Change subject: tests: update nightly tests to document square .. tests: update nightly tests to document square Add

[gem5-dev] Change in gem5/gem5[develop]: configs, gpu-compute: update GPU scripts to remove master/slave

2021-09-25 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50967 ) Change subject: configs, gpu-compute: update GPU scripts to remove master/slave .. configs, gpu-compute

[gem5-dev] Change in gem5/gem5[develop]: tests: add LULESH to weekly regression

2021-09-25 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50952 ) Change subject: tests: add LULESH to weekly regression .. tests: add LULESH to weekly regression LULESH

[gem5-dev] Change in gem5/gem5[develop]: tests: Add HeteroSync to nightly regression

2021-09-25 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50951 ) Change subject: tests: Add HeteroSync to nightly regression .. tests: Add HeteroSync to nightly regression

[gem5-dev] Change in gem5/gem5[develop]: tests: update nightly tests to document square

2021-09-25 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50949 ) Change subject: tests: update nightly tests to document square .. tests: update nightly tests to document

[gem5-dev] Change in gem5/gem5[develop]: gpu-compute: fix typo in compute driver comments

2021-07-29 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/48023 ) Change subject: gpu-compute: fix typo in compute driver comments .. gpu-compute: fix typo in compute driver comments

[gem5-dev] Change in gem5/gem5[release-staging-v21-1]: sim-se: Properly handle a clone with the VFORK flag

2021-07-26 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/48346 ) Change subject: sim-se: Properly handle a clone with the VFORK flag .. sim-se: Properly handle a clone with the VFORK

[gem5-dev] Change in gem5/gem5[release-staging-v21-1]: sim-se: Fix execve syscall

2021-07-26 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/48345 ) Change subject: sim-se: Fix execve syscall .. sim-se: Fix execve syscall There were three things preventing execve from

[gem5-dev] Change in gem5/gem5[release-staging-v21-1]: arch-gcn3: Validate if scalar sources are scalar gprs

2021-07-26 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/48344 ) Change subject: arch-gcn3: Validate if scalar sources are scalar gprs .. arch-gcn3: Validate if scalar sources are scalar

[gem5-dev] Change in gem5/gem5[release-staging-v21-1]: arch-gcn3: Implement LDS accesses in Flat instructions

2021-07-26 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/48343 ) Change subject: arch-gcn3: Implement LDS accesses in Flat instructions .. arch-gcn3: Implement LDS accesses in Flat

[gem5-dev] Change in gem5/gem5[release-staging-v21-1]: gpu-compute: Fix TLB coalescer starvation

2021-07-24 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/48340 ) Change subject: gpu-compute: Fix TLB coalescer starvation .. gpu-compute: Fix TLB coalescer starvation Currently, we

[gem5-dev] Change in gem5/gem5[release-staging-v21-1]: arch-gcn3: Implement large ds_read/write instructions

2021-07-24 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/48342 ) Change subject: arch-gcn3: Implement large ds_read/write instructions .. arch-gcn3: Implement large ds_read/write

[gem5-dev] Change in gem5/gem5[release-staging-v21-1]: mem-ruby: Account for misaligned accesses in GPUCoalescer

2021-07-24 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/48341 ) Change subject: mem-ruby: Account for misaligned accesses in GPUCoalescer .. mem-ruby: Account for misaligned accesses

  1   2   >