HW4 is out #466
sujin0529
announced in
Announcements
HW4 is out
#466
Replies: 2 comments 3 replies
-
How is the efficiency score evaluated? |
Beta Was this translation helpful? Give feedback.
2 replies
-
안녕하세요, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
안녕하세요. 네 번째 과제인 SmaLLVM Analyzer 과제에 대한 공지입니다.
여러분은 이 과제를 통해 간단한 LLVM 언어에서 division-by-Zero 오류를 검출하는 분석기를 구현하게 됩니다.
더 자세한 설명과 안내는
README.md
를 참고해주세요.제출
아래 링크를 통해 과제 레포지토리를 생성하고 과제를 진행해주시기 바랍니다.
https://classroom.github.com/a/VwPH0TnW
과제 채점은 Gradescope 를 통해 이루어집니다.
4. SmaLLVM Analyzer
라는 이름의 과제에 제출해주시기 바랍니다.과제 점수는 세 가지 점수의 합으로 결정됩니다.
Precision 점수는 오탐 비율로 결정되며, 다음과 같이 계산됩니다.
참고로 기본 테스트 케이스와 학생 여러분의 개인 테스트 케이스의 커버리지 또한 채점 기준에 포함됩니다.
이번 과제의 커버리지 기준은 80%입니다.
다음 document를 참고하여 개인 테스트 케이스를 추가해주세요.
기한
제출 마감: 04. 17 (목) 23:59
늦은 제출 마감: 04. 19 (토) 23:59
감사합니다.
P.S. Gradescope 리더보드에 있는 Elvis (TA) 라는 이름의 점수는 조교의 점수이고, KunJeong (2020S) 라는 이름의 점수는 이전 수강생들 중 가장 높은 점수를 받은 학생의 점수입니다.
Hi all, this is an announcement about homework 4.
Homework 4 is a programming assignment requiring you to implement the SmaLLVM analyzer to detect division-by-Zero errors.
Please refer to the
README.md
for more detailed description and guidance.Submission
Here is the GitHub classroom link for this homework:
https://classroom.github.com/a/VwPH0TnW
Your implementation will be graded using Gradescope. You submit it for the assignment
4. SmaLLVM Analyzer
.Your score will comprise three elements.
The precision score accounts for the false positive ratio.
It will be computed as follows
For reference, we will check the coverage of your code using the basic tests + your custom tests.
The coverage threshold for this assignment is 80%.
Refer to this document for how to add your custom tests.
Deadline
Due: 04. 17 (Thu.) 23:59
Late Due: 04. 19 (Sat.) 23:59
Hope you have fun, Thanks.
P.S. The scores for Elvis (TA) and KunJeong (2020S) on the Gradescope leaderboard are the TA's score and the highest score among previous students, respectively.
Beta Was this translation helpful? Give feedback.
All reactions