Skip to content

Conversation

@harryharrygo
Copy link
Collaborator

In gcc/++13 compiler, it shows error:

dtype.hpp:8:29: error: found ‘:’ in nested-name-specifier, expected ‘::’
8 | enum class DataCategory : uint8_t

@harryharrygo harryharrygo merged commit 43b2203 into array2d:main Mar 20, 2025
3 checks passed
@harryharrygo harryharrygo deleted the fix1 branch March 20, 2025 14:47
miaobyte added a commit that referenced this pull request Mar 26, 2025
* excuter(cpu/cuda):subscalar

* front:newtensor,print 联合调试

* front:newtensor,print 联合调试

* Fix build error in gcc compiler. (#5)

In gcc/++13 compiler, it shows error:
```
dtype.hpp:8:29: error: found ‘:’ in nested-name-specifier, expected ‘::’
8 | enum class DataCategory : uint8_t
```

---------

Co-authored-by: harryharrygo <harryharrygogogo@gmail.com>
miaobyte added a commit that referenced this pull request Mar 26, 2025
* excuter(cpu/cuda):subscalar

* front:newtensor,print 联合调试

* front:newtensor,print 联合调试

* Fix build error in gcc compiler. (#5)

In gcc/++13 compiler, it shows error:
```
dtype.hpp:8:29: error: found ‘:’ in nested-name-specifier, expected ‘::’
8 | enum class DataCategory : uint8_t
```

* front&excuter:联合调试,修复init、elementwise的IR

---------

Co-authored-by: harryharrygo <harryharrygogogo@gmail.com>
miaobyte added a commit that referenced this pull request Mar 28, 2025
* excuter(cpu/cuda):subscalar

* front:newtensor,print 联合调试

* front:newtensor,print 联合调试

* Fix build error in gcc compiler. (#5)

In gcc/++13 compiler, it shows error:
```
dtype.hpp:8:29: error: found ‘:’ in nested-name-specifier, expected ‘::’
8 | enum class DataCategory : uint8_t
```

* front&excuter:联合调试,修复init、elementwise的IR

* front&excuter:联合调试matmul.cblas,cublas

---------

Co-authored-by: harryharrygo <harryharrygogogo@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant