mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-28 11:58:39 +00:00
Add stateless-to-stateful conversion
This commit is contained in:
parent
107f1eb17f
commit
3e0a15ac84
5 changed files with 627 additions and 21 deletions
|
@ -760,6 +760,7 @@ pub enum Type {
|
|||
Vector(ScalarType, u8),
|
||||
// .param.b32 foo[4];
|
||||
Array(ScalarType, Vec<u32>),
|
||||
Pointer(ScalarType, StateSpace)
|
||||
}
|
||||
|
||||
impl Type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue