Commit Graph

10 Commits

Author SHA1 Message Date
Mirza Halilcevic
b018ee21f4 Merge remote-tracking branch 'upstream/develop' into ck_migraphx_integration 2024-10-15 20:53:38 +00:00
Paul Fultz II
10158b0ffd Build codegen as standalone (#1556)
* Build codegen as standalone

* Add exception for device tests

* Use local filesystem header

* add a codegen test CI stage and daily build

---------

Co-authored-by: illsilin <Illia.Silin@amd.com>
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
2024-10-15 13:20:42 -07:00
Mirza Halilcevic
d3a96e5111 Replace ENV variable with CMake option for toggling hipRTC in codegen
tests.
2024-10-08 17:22:01 +00:00
Mirza Halilcevic
f52c2a4de6 Address PR comments. 2024-10-02 10:43:09 +00:00
Mirza Halilcevic
24608d4348 Merge branch 'ck_mgx_temp' into ck_migraphx_integration 2024-09-25 09:25:42 +00:00
Mirza Halilcevic
eaeb3dacec Fix codegen build issues. 2024-09-25 09:00:39 +00:00
Mirza Halilcevic
d43cd4ad32 Introduce gemm_softmax_gemm to codegen. 2024-09-25 08:22:07 +00:00
Dino Musić
08255e1b45 Implement hiprtc for codegen tests 2024-09-18 11:23:20 +00:00
Jun Liu
81bc1496b2 Customize filesystem in CK for legacy systems (#1509)
* Legacy support: customized filesystem

* Update cmakefile for python alternative path

* fix build issues

* CK has no boost dependency

* More fixes to issues found on legay systems

* fix clang format issue

* Check if blob is correctly generated in cmake

* fix the python issues

* add a compiler flag for codegen when using alternative python

* use target_link_options instead of target_compile_options

---------

Co-authored-by: illsilin <Illia.Silin@amd.com>
2024-09-13 07:51:07 -07:00
Paul Fultz II
8eff4d62b6 Add host lib (#1134)
* Format

* Format

* Format

* Remove const

* Use the right template

* Format

* Format

* add row/col instances

* Add missing file

* fixed

* Format

* Updates

* Format

* fixed rrr layout

* Format

* Update test and embed modules

* Restore older version

* Update year

* Set -fPIC

* Format

* Use double for isnan

* rename host folder to codegen + minor fix

* add codegen CI test

* add option to build components without building CK

* fix the groovy syntax

* fix typo

* use the correct function for the codegen stage

---------

Co-authored-by: Jing Zhang <jizha@amd.com>
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
Co-authored-by: illsilin <Illia.Silin@amd.com>
2024-03-05 17:08:43 -08:00