Skip to content

Commit

Permalink
Workaround for CI (disable bfloat16_t, float16_t in PULPOpen types.h)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed Nov 11, 2024
1 parent 65c6477 commit a3ee2a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions TargetLibraries/PULPOpen/inc/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
#define __DEEPLOY_MATH_TYPES_HEADER_

// PULP-specific floating point types
typedef float16 float16_t;
typedef float16alt bfloat16_t;
// FIXME: check compiler for actual types and uncomment
// typedef float16 float16_t;
// typedef float16alt bfloat16_t;

#endif //__DEEPLOY_MATH_TYPES_HEADER_

0 comments on commit a3ee2a1

Please sign in to comment.