Skip to content

Commit 61dabc6

Browse files
author
ssjia
committed
Update on "[ET-VK] Add 'half' variants to some Llama operators + enable llama vulkan export with force_fp16 flag"
Title says it all! Differential Revision: [D82234179](https://our.internmc.facebook.com/intern/diff/D82234179/) cc manuelcandales cbilgin [ghstack-poisoned]
2 parents 87c985f + 5090fdc commit 61dabc6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

backends/vulkan/runtime/vk_api/Adapter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <executorch/backends/vulkan/runtime/vk_api/Adapter.h>
1212

1313
#include <iomanip>
14+
#include <sstream>
1415

1516
namespace vkcompute {
1617
namespace vkapi {

backends/vulkan/runtime/vk_api/Device.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <bitset>
1717
#include <cctype>
1818
#include <cstring>
19+
#include <sstream>
1920

2021
namespace vkcompute {
2122
namespace vkapi {

backends/vulkan/runtime/vk_api/Device.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#include <executorch/backends/vulkan/runtime/vk_api/vk_api.h>
1414

15+
#include <string>
1516
#include <vector>
1617

1718
namespace vkcompute {

0 commit comments

Comments
 (0)