Copy link
Copy Markdown
Contributor
Fixes mispelled compilation define option
Description
- Is this a new feature or a bug fix?: Bug fix
- More detail if necessary to describe all commits in pull request.:None
- Why these changes are necessary: Fixes sparse COO to dense array conversion
- Potential impact on specific hardware, software or backends: Fix sparse opencl issues
- New functions and their functionality: None
- Can this PR be backported to older versions?: Yes (some)
- Future changes not implemented in this PR.: None
Fixes: [BUG] OpenCL Sparse Kernel Compilation Error due to undefined symbol #3578 , [BUG] Can't convert sparse COO matrix format to dense matrix format on OpenCL (3.8.2) #3348
Changes to Users
- Additional options added to the build: None
- No action required by the user
Checklist
- Rebased on latest master
- Code compiles
- Tests pass
- Functions added to unified API
- Functions documented
Closed