Skip to content

fix OpenCL test vector/matrix generation#365

Open
gtkiku wants to merge 1 commit into
vortexgpgpu:masterfrom
gtkiku:master
Open

fix OpenCL test vector/matrix generation#365
gtkiku wants to merge 1 commit into
vortexgpgpu:masterfrom
gtkiku:master

Conversation

@gtkiku

@gtkiku gtkiku commented Jun 15, 2026

Copy link
Copy Markdown
  • float generators compute random value between 0 and 1, which gets truncated to 0 by the int return type and the tests vecadd/sgemm/sgemm2/sgemm3 were operating on just zeroes. This masked an indexing bug in sgemm2/sgemm3

+ float generators compute random value between 0 and 1, which gets
  truncated to 0 by the int return type and the tests
  vecadd/sgemm/sgemm2/sgemm3 were operating on just zeroes. This masked
  an indexing bug in sgemm2/sgemm3
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.

1 participant