implicit parallelism - significado y definición. Qué es implicit parallelism
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es implicit parallelism - definición


implicit parallelism         
<parallel> A feature of a programming language for a {parallel processing} system which decides automatically which parts to run in parallel. The best way of providing implicit parallelism is still (1995) an active research topic. The problem is to generate the right number of parallel tasks of the right size (or "granularity"). Too many tasks and the system gets bogged down in house-keeping, or memory for waiting tasks runs out, too few tasks and processors are left idle. The best performance is usually achieved with {explicit parallelism} where the programmer can annotate his program to indicate which parts should be executed as independent parallel tasks. (1995-02-16)
Implicit parallelism         
In computer science, implicit parallelism is a characteristic of a programming language that allows a compiler or interpreter to automatically exploit the parallelism inherent to the computations expressed by some of the language's constructs. A pure implicitly parallel language does not need special directives, operators or functions to enable parallel execution, as opposed to explicit parallelism.
Psychophysical parallelism         
PHILOSOPHICAL THEORY THAT MENTAL AND BODILY EVENTS OCCUR TOGETHER, WITHOUT ANY CAUSAL INTERACTION BETWEEN THEM
Parallelism (philosophy); Psycho-Physical Parallelism; Parallelism, Psycho-Physical; Psychophysical Parallelism; Psychophysical Problem; Psychophysical problem
In the philosophy of mind, psychophysical parallelism (or simply parallelism) is the theory that mental and bodily events are perfectly coordinated, without any causal interaction between them. As such, it affirms the correlation of mental and bodily events (since it accepts that when a mental event occurs, a corresponding physical effect occurs as well), but denies a direct cause and effect relation between mind and body.

Wikipedia

Implicit parallelism
In computer science, implicit parallelism is a characteristic of a programming language that allows a compiler or interpreter to automatically exploit the parallelism inherent to the computations expressed by some of the language's constructs. A pure implicitly parallel language does not need special directives, operators or functions to enable parallel execution, as opposed to explicit parallelism.