mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Add "#pragma once" to CachingHostAllocator.h (#152800)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/152800 Approved by: https://github.com/cyyever, https://github.com/Skylion007
This commit is contained in:
parent
fe36d7dc44
commit
a1516d9e6e
|
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <c10/core/Allocator.h>
|
||||
#include <c10/core/Stream.h>
|
||||
#include <c10/core/thread_pool.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user