├── LICENSE ├── README.md ├── area_specific ├── README.md ├── accelerators.md ├── distributed_systems.md ├── electronics.md ├── fpga.md ├── hardware_design.md ├── hpc.md ├── hw_sw.md ├── images │ └── 2020-08-31-13-29-56.png ├── interconnects.md ├── interesting_companies.md ├── memory.md ├── mlsys.md ├── networks.md ├── os.md ├── parallel.md ├── performance.md ├── processors.md ├── programming.md ├── security.md ├── systems.md └── tools_and_utils.md └── graphic.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/README.md -------------------------------------------------------------------------------- /area_specific/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/README.md -------------------------------------------------------------------------------- /area_specific/accelerators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/accelerators.md -------------------------------------------------------------------------------- /area_specific/distributed_systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/distributed_systems.md -------------------------------------------------------------------------------- /area_specific/electronics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/electronics.md -------------------------------------------------------------------------------- /area_specific/fpga.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/fpga.md -------------------------------------------------------------------------------- /area_specific/hardware_design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/hardware_design.md -------------------------------------------------------------------------------- /area_specific/hpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/hpc.md -------------------------------------------------------------------------------- /area_specific/hw_sw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/hw_sw.md -------------------------------------------------------------------------------- /area_specific/images/2020-08-31-13-29-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/images/2020-08-31-13-29-56.png -------------------------------------------------------------------------------- /area_specific/interconnects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/interconnects.md -------------------------------------------------------------------------------- /area_specific/interesting_companies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/interesting_companies.md -------------------------------------------------------------------------------- /area_specific/memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/memory.md -------------------------------------------------------------------------------- /area_specific/mlsys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/mlsys.md -------------------------------------------------------------------------------- /area_specific/networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/networks.md -------------------------------------------------------------------------------- /area_specific/os.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/os.md -------------------------------------------------------------------------------- /area_specific/parallel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/parallel.md -------------------------------------------------------------------------------- /area_specific/performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/performance.md -------------------------------------------------------------------------------- /area_specific/processors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/processors.md -------------------------------------------------------------------------------- /area_specific/programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/programming.md -------------------------------------------------------------------------------- /area_specific/security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/security.md -------------------------------------------------------------------------------- /area_specific/systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/systems.md -------------------------------------------------------------------------------- /area_specific/tools_and_utils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/area_specific/tools_and_utils.md -------------------------------------------------------------------------------- /graphic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/computer-architecture-and-systems-resources/HEAD/graphic.jpg --------------------------------------------------------------------------------