mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-28 20:35:09 -04:00
amend
This commit is contained in:
parent
73c92912b0
commit
3a4d783633
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ version 1 is naive port from CPU code to kernel
|
|||
*/
|
||||
|
||||
/*
|
||||
If encountering "error: identifier "M_PI" is undefined", add the following line to the top of the file:
|
||||
If encountering "error: identifier "M_PI" is undefined", add the following lines to the top of the file:
|
||||
|
||||
#define _USE_MATH_DEFINES
|
||||
#include <math.h> OR #include <cmath>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue