Commit 583174ac authored by Scott Wolchok's avatar Scott Wolchok Committed by Facebook GitHub Bot
Browse files

[torchaudio] Use more specific includes than torch/script.h (#3198)

Summary:
Pull Request resolved: https://github.com/pytorch/audio/pull/3198

Fixes build after following diff to use F14 maps in pickler internally.

Reviewed By: mthrok

Differential Revision: D44098387

fbshipit-source-id: 9777517369d9a3f2599b273c04bf4a014f411f12
parent 3240de92
#include <c10/cuda/CUDAStream.h> #include <c10/cuda/CUDAStream.h>
#include <torch/script.h> #include <torch/types.h>
#include <torchaudio/csrc/rnnt/gpu/gpu_transducer.h> #include <torchaudio/csrc/rnnt/gpu/gpu_transducer.h>
namespace torchaudio { namespace torchaudio {
......
#include <c10/cuda/CUDAStream.h> #include <c10/cuda/CUDAStream.h>
#include <torch/script.h> #include <torch/types.h>
#include <torchaudio/csrc/rnnt/gpu/gpu_transducer.h> #include <torchaudio/csrc/rnnt/gpu/gpu_transducer.h>
namespace torchaudio { namespace torchaudio {
......
#include <c10/cuda/CUDAStream.h> #include <c10/cuda/CUDAStream.h>
#include <torch/script.h> #include <torch/types.h>
#include <torchaudio/csrc/rnnt/gpu/gpu_transducer.h> #include <torchaudio/csrc/rnnt/gpu/gpu_transducer.h>
namespace torchaudio { namespace torchaudio {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment