Yifan Sun

Results 44 comments of Yifan Sun

It seems that the unit tests are currently failing after being added. Can you help me fix them, @Yzgll? It can be problems with the test, if your AES code...

> Hello author, I modified the kernel. cl file of AES a few days ago, but it cannot run after recompiling. I have been testing these days and have downloaded...

The problem is still there. If parallel simulation is used, the simulation will be underministic for sure. The scope of making the simulation deterministic only applies to single-kernel serial simulation....

Well, we cannot blame Go for this. There are definitely some features will cause non-deterministic execution, we should avoid those. Here are some good discussion on how to avoid non-deterministic...

@MaxKev1n Looks great! Can you start a pull request, and I can look deeper into it?

BTW, there is a deterministic test script under `test/deterministic`. In the Python file, you can see that there is a line being commented out. You can reinclude that line and...

@MaxKev1n Thanks for the PR. I am merging it. However, I do not think this problem is fully resolved given the small difference. Being fully deterministic is more about debugging....

Some minor problems: * `-analyzer-Name` should have lower case. * Do we still need buffer level tracing?

This is a known bug. We are working on it. Unfortunately, the only way to fully get it to work is to fully reimplement the page migration feature. So we...

One question is, why not use the pre-compiled kernel? There is no certain compiler version that MGPUSim can guarantee support. MGPUSim only implements the instructions it encounters. So, if it...