Skip to content

Commit

Permalink
include cstdint for int*_t
Browse files Browse the repository at this point in the history
  • Loading branch information
chengscott committed May 12, 2024
1 parent d158982 commit a389c38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/aitemplate/backend/cuda/conv2d/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,14 @@

PROFILER_MAIN_TEMPLATE = jinja2.Template(
"""
#include <cstdint>
#include <iostream>
#include <string>
#include "cutlass/cutlass.h"
using std::int8_t;
{{benchmark_decls}}
int main(int argc, char** argv) {
Expand Down

0 comments on commit a389c38

Please sign in to comment.