Refactor chacha cuda to be able to test cuda crate but not in OpenCL (#7685)
* Refactor chacha cuda to be able to test cuda crate but not in OpenCL chacha not implemeted in OpenCL * Get off core::Error
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use log::*;
|
||||
use serial_test_derive::serial;
|
||||
use solana_archiver_lib::archiver::Archiver;
|
||||
use solana_client::thin_client::create_client;
|
||||
use solana_core::{
|
||||
archiver::Archiver,
|
||||
cluster_info::{ClusterInfo, Node, VALIDATOR_PORT_RANGE},
|
||||
contact_info::ContactInfo,
|
||||
gossip_service::discover_cluster,
|
||||
|
Reference in New Issue
Block a user