-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workingfrontendThis is frontend relatedThis is frontend related
Description
The following program:
instruction set architecture BoolArrayTest = {
using predicates = Bool<16>
}
gives the following error:
error: Invalid Type Notation
╭──[test.vadl:3:20]
│
3 │ using predicates = Bool<16>
│ ^^^^^^^^
│
The Bool type doesn't use the size notation.
help: Try removing the size parameter here.
Boolean tensors have to be supported. Please add them in the near future.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfrontendThis is frontend relatedThis is frontend related