Remove excessive includes from examples/41_multi_head_attention (#669)

The rationale behind this change is explained in #563
This commit is contained in:
Yuriy Chernyshov 2022-10-22 04:23:15 +02:00 committed by GitHub
parent 9b47403b2d
commit 7d0dd6706e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"