ptx-90-parser 0.4.4

Parse NVIDIA PTX 9.0 assembly into a structured AST and explore modules via a CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
### Description

Abort execution and generate an interrupt to the host CPU.

### Syntax

```
trap;
```

### Examples

```
trap;
@p  trap;
```