Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s-Nick committed Nov 23, 2023
1 parent 33621a5 commit eeb31dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/operations/extension/axpy_batch.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ struct Axpy_batch {
index_t _rhs_stride, index_t _batch_size);
index_t get_size() const;
bool valid_thread(cl::sycl::nd_item<1> ndItem) const;
value_t eval(index_t i);
value_t eval(cl::sycl::nd_item<1> ndItem);
void bind(cl::sycl::handler &h);
void adjust_access_displacement();
Expand Down

0 comments on commit eeb31dc

Please sign in to comment.