This contains my bachelors thesis and associated tex files, code snippets and maybe more. Topic: Data Movement in Heterogeneous Memories with Intel Data Streaming Accelerator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
501 B

\newglossaryentry{iommu}{
name={IOMMU},
description={... desc ...},
first={Input/Output Memory Management Unit (IOMMU)},
long={Input/Output Memory Management Unit}
}
\newglossaryentry{bar}{
name={BAR},
description={... desc ...},
first={Base Address Register (BAR)},
long={Base Address Register}
}
\newglossaryentry{dsa}{
name={DSA},
description={... desc ...},
first={Intel Data Streaming Accelerator (DSA)},
long={Intel Data Streaming Accelerator}
}