355-performance-analysis-of-cambricon-mlu100
https://github.com/szu-advtech-2024/355-performance-analysis-of-cambricon-mlu100
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: SZU-AdvTech-2024
- Default Branch: main
- Size: 0 Bytes
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Citation
https://github.com/SZU-AdvTech-2024/355-Performance-Analysis-of-Cambricon-MLU100/blob/main/
# 2025-adv-tec
---
##
+ [](#)
+ [](#)
+ [](#)
---
##
+ [CMake](https://cmake.org/) 3.10
+ C++ `g++` `clang` C++11
+ Visual StudioWindows XcodeMacOS
### CMake
CMake
+ **Windows**: [CMake](https://cmake.org/download/)
+ **Linux**:
```bash
sudo apt-get install cmake
```
##
```bash
cd currentdir
mkdir build
cd build
cmake ..
make .
```
---
##
```plain
<>
CMakeLists.txt # CMake
src/ #
main.cpp #
... #
include/ #
... #
build/ #
README.md #
tests/ #
...
```
---
Owner
- Name: SZU-AdvTech-2024
- Login: SZU-AdvTech-2024
- Kind: organization
- Repositories: 1
- Profile: https://github.com/SZU-AdvTech-2024
Citation (citation.txt)
@inproceedings{REPO355,
author = "Li, Jiansong and Jiang, Zihan",
booktitle = "Benchmarking, Measuring, and Optimizing: Second BenchCouncil International Symposium, Bench 2019, Denver, CO, USA, November 14--16, 2019, Revised Selected Papers 2",
organization = "Springer",
pages = "57--66",
title = "{Performance analysis of cambricon mlu100}",
year = "2020"
}
GitHub Events
Total
- Watch event: 1
- Push event: 3
- Create event: 3
Last Year
- Watch event: 1
- Push event: 3
- Create event: 3