2025-01-21 09:06:08
This commit is contained in:
@ -50,3 +50,9 @@ Starting threads are a bit simpler, as assigning a process needs to be registere
|
||||
|
||||
## Multiprocessor Architecture Design
|
||||
|
||||
# Software Considerations
|
||||
Programming languages use building blocks and their order of execution to make a program, based on functions with input and outputs.
|
||||
|
||||
JIT compilers can by using runtime data optimize for certain sub tasks. Juilia is JIT compiled to LLVM IR and then translated to machine code by LLVM.
|
||||
## Task Graph Model
|
||||
The main motivation for using this is for data dependancies, as we cannot use data that is not loaded.
|
Reference in New Issue
Block a user