Skip to content

Conversation

@shehzan10
Copy link
Member

[skip ci]

On CI, we run multi process builds using msbuild.exe options.
This PR is to test whether adding the MP option makes the builds any faster.

* This is similar to the bug in triangle fixed in 144a2db
* MP adds multiprocess compilation
* Gm- disables minimal rebuild (this options was being used by default before)
@shehzan10
Copy link
Member Author

build arrayfire windows ci

@pavanky pavanky added this to the 3.2.2 milestone Dec 11, 2015
pavanky added a commit that referenced this pull request Dec 11, 2015
Visual Studio Multiprocess Compilation options
@pavanky pavanky merged commit 1af10e9 into arrayfire:hotfixes-3.2.2 Dec 11, 2015
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these (using unsigned instead of dim_t) creating issues on any other CUDA kernels ? using long long (i know it is not long long always, but for 64 bit systems it is) had caused perf issues (dim_t made it slow) in convolve kernel.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah you are right. My bad. I'll fix this.

@shehzan10 shehzan10 deleted the MSVC_MP branch December 14, 2015 22:15
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.

3 participants