mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-10-01 21:59:38 +00:00
Fix formatting
This commit is contained in:
parent
2f431febfc
commit
c912dbb0f7
1 changed files with 2 additions and 2 deletions
|
@ -528,9 +528,9 @@ pub(crate) unsafe fn launch_kernel_ex(
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::r#impl::driver::AllocationInfo;
|
||||
use cuda_types::cuda::CUcontext;
|
||||
use cuda_macros::test_cuda;
|
||||
use crate::tests::CudaApi;
|
||||
use cuda_macros::test_cuda;
|
||||
use cuda_types::cuda::CUcontext;
|
||||
|
||||
#[test_cuda]
|
||||
fn init(api: impl CudaApi) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue