Luecx / Grapheus

6 stars 8 forks source link

Improve bits of codebase and refactor #6

Closed rafid-dev closed 6 months ago

rafid-dev commented 6 months ago
  1. Added CXXFLAGS variable to Makefile for compiler-related flags, reducing repetition of --compiler-options.
  2. Included -march=native flag in Makefile for compiling to the target machine architecture.
  3. Resolved cusparse error.
  4. Moved ChessModel struct to its own file and created src/models folder to store new models.
  5. Created separate files berserk.h and koimodel.h in src/models for BerserkModel and KoiModel.
  6. Added appropriate briefings for ChessModel, BerserkModel, and KoiModel files.

These changes improved organization and made things neater