Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HotFix][CI] fix HIP tidy issue from #2277 #2335

Merged
merged 1 commit into from
Aug 21, 2023
Merged

Conversation

junliume
Copy link
Contributor

@junliume junliume commented Aug 20, 2023

HIP Tidy is failing because of:

[2023-08-20T03:39:18.257Z] /var/jenkins/workspace/MLLibs_MIOpen_develop/src/ocl/dropoutocl.cpp:136:46: error: performing an implicit widening conversion to type 'unsigned long long' of a multiplication performed in type 'int' [bugprone-implicit-widening-of-multiplication-result,-warnings-as-errors]

[2023-08-20T03:39:18.257Z]     size_t wk_grp_num             = std::min(MAX_PRNG_STATE / 256ULL, (states_num + 255) / 256);

[2023-08-20T03:39:18.257Z]                                              ^

@junliume junliume merged commit 21a9261 into develop Aug 21, 2023
@junliume junliume deleted the junliume-patch-5 branch August 28, 2023 23:24
cderb added a commit that referenced this pull request Sep 18, 2023
* 3D group forward convolution solver (#2286)

* [HotFix] Fix build issue after #2286 (#2328)

* Fix ConvCkIgemmFwdV6r1DlopsNchw solver to reflect that it's not dynamic (#2325)

* Remove target IDs from kdb entries (#2309)

* Dropout: make seed and states_num kernel arguments (#2277)

* [MI250] Adding missing kernel objects (#2329)

* Post-merge fixups: Replace environment variable check with problem config check and reduce lambda capture for Invoker obj (#2305)

* [HotFix][CI] fix HIP tidy issue from #2277 (#2335)

* [HotFix] Update requirements.txt MLIR ignore PATH for Python conda LLD (#2324)

* [NFC] Replace long integers with int64_t and size_t for better compatibility with Windows (#2323)

* Windows compatibility: replace long integers with int64_t and size_t, replace uint with unsigned int, replace long with long long for numbers, proper casting

* Fix formatting

* Fix 3d group forward convolution

* Resolve review comments

* Fix formatting

---------

Co-authored-by: Daming Feng <dmfeng8898@gmail.com>
Co-authored-by: Evgenii Averin <86725875+averinevg@users.noreply.github.com>
Co-authored-by: JD <jahandad@gmail.com>
Co-authored-by: Tal Ben-Nun <tbennun@users.noreply.github.com>
Co-authored-by: amberhassaan <mah@katanagraph.com>
Co-authored-by: Jun Liu <Liu.Jun@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants