# Current Status
IMPORTANT: Checked features might end up only working for the specific cases that were tested during their development. If you notice that they do not work in some different configurations, please
NOTE: Current status, as of 28 Jan01 Feb. 2016, 23:323:20 GMT+1
## Supported cards
- [X] Tesla
- [ ] Fermi: some problems with memory (see T78)
- [ ] Kepler: see T58
- [ ] Maxwell
## Supported features
- [ ] Types:
- [X] bool (to some extent)
- [X] int
- [X] float
- [X] vector
- [ ] array
- [ ] structure
- [ ] matrix
- [ ] event
- [X] pointer
- [X] function
- [ ] Casts
- [ ] Images, textures
- [ ] Decorations on operations and functions (aligned, etc.)
- [ ] Operators:
- [X] binary arithmetic
- [ ] unary arithmetic
- [ ] logical
- [ ] bitwise
- [ ] Control flow:
- [X] Branches, and conditional branches (without phi nodes)
- [ ] Phi nodes
- [ ] Loops
- [ ] Function calling
- [ ] Builtins:
- [X] get_local_id(), get_local_size(), get_global_id(), get_global_size()
- [ ] get_global_size(), get_work_dim(), get_num_groups(), get_group_id()
- [ ] math functions
- [ ] atomics, barriers & co.