Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Burst.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <sstream>
#include <string>
#include <vector>
#include <iterator>

#include "FP16.h"
#include "npy.h"
Expand Down
1 change: 1 addition & 0 deletions src/PIMCmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#ifndef __PIM_CMD_HPP__
#define __PIM_CMD_HPP__

#include <cstdint>
#include <bitset>
#include <iostream>
#include <sstream>
Expand Down
2 changes: 1 addition & 1 deletion src/tests/KernelTestCases.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TEST_F(PIMKernelFixture, gemv_tree)

delete result_;
delete reduced_result_;
delete temp_fp16;
delete[] temp_fp16;
delete dim_data;
}

Expand Down