aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/lib.rs
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2020-09-18 18:08:40 +0200
committerAndrzej Janik <[email protected]>2020-09-18 18:08:40 +0200
commitbcb749cdd913cb32c988f786982772e9b9b33bcb (patch)
treeca160793a8921669fa2d6de38a47e8ac4d1043e4 /ptx/src/lib.rs
parent952ed5d5049462c60abf4149ee0ddbcb9cdb8cdc (diff)
downloadZLUDA-bcb749cdd913cb32c988f786982772e9b9b33bcb.tar.gz
ZLUDA-bcb749cdd913cb32c988f786982772e9b9b33bcb.zip
Continue working on a better addressable support
Diffstat (limited to 'ptx/src/lib.rs')
-rw-r--r--ptx/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ptx/src/lib.rs b/ptx/src/lib.rs
index 5e12579..8ae1c6d 100644
--- a/ptx/src/lib.rs
+++ b/ptx/src/lib.rs
@@ -31,6 +31,7 @@ pub use crate::ptx::ModuleParser;
pub use lalrpop_util::lexer::Token;
pub use lalrpop_util::ParseError;
pub use rspirv::dr::Error as SpirvError;
+pub use translate::TranslateError as TranslateError;
pub use translate::to_spirv;
pub(crate) fn without_none<T>(x: Vec<Option<T>>) -> Vec<T> {