`
:raw-html:``
:raw-html:`Option | `
:raw-html:`Description | `
:raw-html:`
`
:raw-html:``
:raw-html:`sm_20 | `
:raw-html:`Set shader model/compute capability to 2.0 | `
:raw-html:`
`
:raw-html:``
:raw-html:`sm_21 | `
:raw-html:`Set shader model/compute capability to 2.1 | `
:raw-html:`
`
:raw-html:``
:raw-html:`sm_30 | `
:raw-html:`Set shader model/compute capability to 3.0 | `
:raw-html:`
`
:raw-html:``
:raw-html:`sm_35 | `
:raw-html:`Set shader model/compute capability to 3.5 | `
:raw-html:`
`
:raw-html:``
:raw-html:`ptx30 | `
:raw-html:`Target PTX 3.0 | `
:raw-html:`
`
:raw-html:``
:raw-html:`ptx31 | `
:raw-html:`Target PTX 3.1 | `
:raw-html:`
`
:raw-html:`
`
The extended Berkeley Packet Filter (eBPF) backend
--------------------------------------------------
Extended BPF (or eBPF) is similar to the original ("classic") BPF (cBPF) used
to filter network packets. The
`bpf() system call