Skip to content

Conversation

@umar456
Copy link
Member

@umar456 umar456 commented Jul 3, 2020

The version check for the compute capability is inaccurate. The version capability are too difficult to maintain for cudnn as they are changing with every minor release.

Description

The compute capability and cuda runtime version checking was based on NVRTC. cuDNN version checking is more complicated and we should not try to maintain error messages based on that. The current version fails to target Turing cards with cudnn 7.6.5.

Changes to Users

None

Checklist

  • Rebased on latest master
  • Code compiles
  • Tests pass
  • [ ] Functions added to unified API
  • [ ] Functions documented

@umar456 umar456 added the bug label Jul 3, 2020
@umar456 umar456 added this to the 3.7.2 milestone Jul 3, 2020
@umar456 umar456 removed the bug label Jul 3, 2020
@umar456 umar456 merged commit c577fa0 into arrayfire:master Jul 3, 2020
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