Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index

CONFIG_RISCV_ISA_V_PREEMPTIVE: Run kernel-mode Vector with kernel preemption

General informations

The Linux kernel configuration item CONFIG_RISCV_ISA_V_PREEMPTIVE:

Help text

Usually, in-kernel SIMD routines are run with preemption disabled. Functions which envoke long running SIMD thus must yield core's vector unit to prevent blocking other tasks for too long.

This config allows kernel to run SIMD without explicitly disable preemption. Enabling this config will result in higher memory consumption due to the allocation of per-task's kernel Vector context.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index

Automatically generated (in year 2024). See also LKDDb sources on GitLab