Skip to content

Commit

Permalink
Rename the cccl.c.parallel c2h.h header to avoid confusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Oct 25, 2024
1 parent 987f6f8 commit ca5dbf9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c/parallel/test/test_for.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <algorithm>

#include "c2h.h"
#include "test_util.h"
#include <cccl/c/for.h>

void for_each(cccl_iterator_t input, unsigned long long num_items, cccl_op_t op)
Expand Down
2 changes: 1 addition & 1 deletion c/parallel/test/test_reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include <cuda_runtime.h>

#include "c2h.h"
#include "test_util.h"

void reduce(cccl_iterator_t input, cccl_iterator_t output, unsigned long long num_items, cccl_op_t op, cccl_value_t init)
{
Expand Down
File renamed without changes.

0 comments on commit ca5dbf9

Please sign in to comment.