mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-25 08:40:35 +08:00
windows fix
Summary: Attempt to reduce nvcc trouble on windows by (1) avoiding flag for c++14 and (2) avoiding `torch/extension.h`, which introduces pybind11, in `.cu` files. Reviewed By: patricklabatut Differential Revision: D34969868 fbshipit-source-id: f3878d6a2ba9d644e87ae7b6377cb5008b4b6ce3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e2622d79c0
commit
f2cf9d4d0b
@@ -15,7 +15,6 @@
|
||||
#include <thrust/device_vector.h>
|
||||
#include <thrust/tuple.h>
|
||||
#include "iou_box3d/iou_utils.cuh"
|
||||
#include "utils/pytorch3d_cutils.h"
|
||||
|
||||
// Parallelize over N*M computations which can each be done
|
||||
// independently
|
||||
|
||||
Reference in New Issue
Block a user