Skip to content

Commit

Permalink
General db update for gfx942 (#3343)
Browse files Browse the repository at this point in the history
* general db update for gfx942

* add fambench configs

* pdb exported as db.txt

* add make instructions

* regenerate gfx942 kdb

* update db version number

* refresh + add entries to gfx942

* gfx942 fp16 update
  • Loading branch information
cderb authored Nov 3, 2024
1 parent 481f775 commit 6c8809d
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.db.bz2 binary
*.db.txt.bz2 binary
*.fdb.txt.bz2 binary
*.kdb.bz2 filter=lfs diff=lfs merge=lfs -text
*.ktn.model binary
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ function(unpack_db db_bzip2_file)
set(__fname ${__fname} PARENT_SCOPE)
endfunction()

file(GLOB PERF_DB_BZIP_FILES CONFIGURE_DEPENDS "${KERNELS_SOURCE_DIR}/*.db.bz2")
file(GLOB PERF_DB_BZIP_FILES CONFIGURE_DEPENDS "${KERNELS_SOURCE_DIR}/*.db.bz2" "${KERNELS_SOURCE_DIR}/*.db.txt.bz2")
file(GLOB FIND_DB_BZIP_FILES CONFIGURE_DEPENDS "${KERNELS_SOURCE_DIR}/*.fdb.txt.bz2")

foreach(DB_BZIP_FILE ${PERF_DB_BZIP_FILES} ${FIND_DB_BZIP_FILES})
Expand Down
2 changes: 1 addition & 1 deletion include/miopen/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,6 @@ const char* getOffloadBundlerBinPath();
#include <hip/hip_version.h>
#endif

#define MIOPEN_GOLDEN_DB_VERSION 20
#define MIOPEN_GOLDEN_DB_VERSION 21

#endif // GUARD_CONFIG_H_IN
4 changes: 2 additions & 2 deletions src/kernels/gfx942.kdb.bz2
Git LFS file not shown
Binary file modified src/kernels/gfx942130.HIP.fdb.txt.bz2
Binary file not shown.
Binary file removed src/kernels/gfx942130.db.bz2
Binary file not shown.
Binary file added src/kernels/gfx942130.db.txt.bz2
Binary file not shown.
Binary file added src/kernels/gfx942e4.HIP.fdb.txt.bz2
Binary file not shown.
Binary file added src/kernels/gfx942e4.db.txt.bz2
Binary file not shown.

0 comments on commit 6c8809d

Please sign in to comment.