Skip to content

Commit

Permalink
Merge pull request #353 from tpietzsch/enum-bug
Browse files Browse the repository at this point in the history
Fix a small bug
  • Loading branch information
StRigaud authored Oct 3, 2024
2 parents 85cee98 + 70f7437 commit fc0ed1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clic/include/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ enum class dType
FLOAT,
// DOUBLE, // not supported by GPUs

UNKNOWN,

INT = INT32,
INDEX = UINT32,
LABEL = UINT32,
BINARY = UINT8,

UNKNOWN
};

/**
Expand Down

0 comments on commit fc0ed1c

Please sign in to comment.