Skip to content

Commit

Permalink
Remove excessive includes from examples/41_multi_head_attention (Padd…
Browse files Browse the repository at this point in the history
…lePaddle#669)

The rationale behind this change is explained in PaddlePaddle#563
  • Loading branch information
georgthegreat authored Oct 22, 2022
1 parent 9b47403 commit 7d0dd67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/41_multi_head_attention/fused_multihead_attention.cu
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@

/////////////////////////////////////////////////////////////////////////////////////////////////

#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <map>
#include <unordered_map>

#include "cutlass/cutlass.h"
#include "cutlass/gemm/gemm.h"
Expand Down

0 comments on commit 7d0dd67

Please sign in to comment.