Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spu: Fix MMIO thread index checking #5140

Merged
merged 1 commit into from
Sep 17, 2018
Merged

spu: Fix MMIO thread index checking #5140

merged 1 commit into from
Sep 17, 2018

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Sep 17, 2018

Threaded SPU identification number in group can be anywere from 0 to 255 and is not limited by the group's size. testcase (deleted)
Testcase is creating two spu threads in the same group, one with thread number 0, and the other with thread number 255. the two SPUs send data to each other in mmio to the partner's LS storage.

@Nekotekina
Copy link
Member

We know this even without a test, think why the arrays in thread group have size 256? It was just an old typo.

@Nekotekina Nekotekina merged commit 05cd371 into RPCS3:master Sep 17, 2018
@elad335 elad335 deleted the spu-mmio branch September 17, 2018 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants