[gem5-users] Re: How to run Python code with TensorFlow in Gem5 syscall emulation mode?

2020-10-23 Thread Jason Lowe-Power via gem5-users
Hi Hasan, I agree with Abhishek. Something as complex as tensorflow is going to be very difficult to get working in syscall emulation mode. Using full system mode should work (though without things like GPU acceleration, of course). Cheers, Jason On Fri, Oct 23, 2020 at 1:55 PM Abhishek Singh vi

[gem5-users] Re: How to run Python code with TensorFlow in Gem5 syscall emulation mode?

2020-10-23 Thread Abhishek Singh via gem5-users
Hi Hasan, I have been trying to run tensorflow on gem5, have you tried full system? I was able to run simple python code like hello on it. Let me know if it works On Fri, Oct 23, 2020 at 12:28 PM Hasan, S M Shamimul via gem5-users < gem5-users@gem5.org> wrote: > Hello, > > * I want to run cosmoGA

[gem5-users] Error transition, event: Fwd_GETX state: I

2020-10-23 Thread 1154063264--- via gem5-users
Hello Everyone: State I encountered Event Fwd_GETX while testing the coherence protocol. Is this wrong? I don’t know why it will send Fwd_GETX or Fwd_GETS to the cache controller whose cache line is in Invalid state . Is it because L2 does not update the owner list or sharer list in time? 13

[gem5-users] How to run Python code with TensorFlow in Gem5 syscall emulation mode?

2020-10-23 Thread Hasan, S M Shamimul via gem5-users
Hello, * I want to run cosmoGAN code inside Gem5. The cosmoGAN code is available here (https://github.com/MustafaMustafa/cosmoGAN). The cosmoGAN code is in Python language, which uses TensorFlow. To run some code inside the Gem5, I need a binary file of my code. Hence, how can I run cosmoGAN Py