Skip to content

HIP Vec Filter - #2016

Merged
jeremylt merged 2 commits into
mainfrom
jeremy/hip-vec-filter
Aug 27, 2026
Merged

HIP Vec Filter#2016
jeremylt merged 2 commits into
mainfrom
jeremy/hip-vec-filter

Conversation

@jeremylt

Copy link
Copy Markdown
Member

Purpose:

Really, this felt to simple to be a useful student issue anymore

Closes: #1830

LLM/GenAI Disclosure:

none

@jeremylt
jeremylt force-pushed the jeremy/hip-vec-filter branch from a1dd1e0 to 6e0b742 Compare August 27, 2026 09:54

@zatkins-dev zatkins-dev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good and passes cleanly locally, thanks!

Comment thread backends/hip-ref/ceed-hip-ref-vector.c
@@ -281,7 +281,7 @@ static int CeedVectorSetArray_Hip(const CeedVector vec, const CeedMemType mem_ty
// Copy host array to value strided
//------------------------------------------------------------------------------
static int CeedHostCopyStrided_Hip(CeedScalar *h_array, CeedSize start, CeedSize stop, CeedSize step, CeedScalar *h_copy_array) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Are these host functions actually tested? I think the way we set up the tests, they may not be. We should probably double-check.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

That would probably be a good student issue - modify the tests suite to ensure all these Host functions are tested

@jeremylt
jeremylt merged commit 03c6d39 into main Aug 27, 2026
30 of 31 checks passed
@jeremylt
jeremylt deleted the jeremy/hip-vec-filter branch August 27, 2026 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CeedVectorFilter

2 participants