---
title: architecture
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtldevice/architecture
---

# architecture

The architectural details of the GPU device.

## Declaration

```swift
var architecture: MTLArchitecture { get }
```

## See Also

### Identifying a GPU device

- [name](metal/mtldevice/name.md)
- [MTLArchitecture](metal/mtlarchitecture.md)
- [registryID](metal/mtldevice/registryid.md)
- [location](metal/mtldevice/location.md)
- [MTLDeviceLocation](metal/mtldevicelocation.md)
- [locationNumber](metal/mtldevice/locationnumber.md)
- [isLowPower](metal/mtldevice/islowpower.md)
- [isRemovable](metal/mtldevice/isremovable.md)
- [isHeadless](metal/mtldevice/isheadless.md)
- [peerGroupID](metal/mtldevice/peergroupid.md)
- [peerCount](metal/mtldevice/peercount.md)
- [peerIndex](metal/mtldevice/peerindex.md)
