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

[BUG] Run workgroups one by one #28

Merged
merged 1 commit into from
Mar 7, 2024
Merged

[BUG] Run workgroups one by one #28

merged 1 commit into from
Mar 7, 2024

Conversation

Jules-Kong
Copy link
Contributor

  • Run workgroups one by one, to avoid allocating memory for all warps one time
  • The private memory is temporarily specified to 256MB, 2048 warps in one workgroup can be supported
  • Remove make dts files
  • Core number in logfile is different, search 'endprg' to distinguish different workgroups
  • Remove dup stdin, stdout, stderr to limit max file descriptor
  • Should limit the pdssize to 256MB in POCL at the same time

- Run workgroups one by one, to avoid allocating memory
  for all warps one time
- The private memory is temporarily specified to 256MB,
  2048 warps in one workgroup can be supported
- Remove make dts files
- Core number in logfile is different, search 'endprg'
  to distinguish different workgroups
- Remove dup stdin, stdout, stderr to limit max file descriptor
- Should limit the pdssize to 256MB in POCL at the same time
@Jules-Kong Jules-Kong self-assigned this Mar 7, 2024
@Jules-Kong Jules-Kong linked an issue Mar 7, 2024 that may be closed by this pull request
Copy link
Contributor

@yangzexia yangzexia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yangzexia yangzexia merged commit c5aa3eb into main Mar 7, 2024
1 check passed
@Jules-Kong Jules-Kong deleted the 27-over-4G branch March 7, 2024 09:54
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.

[CTS] over 4G
3 participants