Skip to content

Commit

Permalink
Fix taco_tensor_t.h to be compatible with C99.
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinoid committed Oct 13, 2020
1 parent 0034b1e commit 8732aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/taco/taco_tensor_t.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifndef TACO_TENSOR_T_DEFINED
#define TACO_TENSOR_T_DEFINED

#include <cstdint>
#include <stdint.h>

typedef enum { taco_mode_dense, taco_mode_sparse } taco_mode_t;

Expand Down

0 comments on commit 8732aab

Please sign in to comment.