Instruction-Level Parallelism (ILP) vs Thread-Level Parallelism (TLP)
Instruction-Level Parallelism (ILP) vs Thread-Level Parallelism (TLP) ILP is Instruction-Level Parallelism while TLP is Thread-Level Parallelism. Both are techniques used to maximize performance of programs. ILP is used to execute multiple program instructions in a single cycle of wide issue
Continue Reading...