mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-18 17:56:22 +03:00
Start refactoring code to not use homemade strict-SSA translator
This commit is contained in:
@ -112,6 +112,7 @@ pub struct Variable<ID> {
|
|||||||
pub count: Option<u32>,
|
pub count: Option<u32>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Copy, Clone, PartialEq, Eq)]
|
||||||
pub enum StateSpace {
|
pub enum StateSpace {
|
||||||
Reg,
|
Reg,
|
||||||
Sreg,
|
Sreg,
|
||||||
|
2062
ptx/src/translate.rs
2062
ptx/src/translate.rs
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user