File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,8 @@ fn burn_dataset_features_std() {
249
249
cargo_doc ( [ "-p" , "burn-dataset" , "--all-features" ] . into ( ) ) ;
250
250
}
251
251
252
- // Test burn-candle with accelerate (macOS)
252
+ // Test burn-candle with accelerate (macOS only)
253
+ // Leverages the macOS Accelerate framework: https://developer.apple.com/documentation/accelerate
253
254
#[ cfg( target_os = "macos" ) ]
254
255
fn burn_candle_accelerate ( ) {
255
256
cargo_test ( [ "-p" , "burn-candle" , "--features" , "accelerate" ] . into ( ) ) ;
@@ -290,7 +291,7 @@ fn std_checks() {
290
291
// Test each workspace
291
292
cargo_test ( [ "--workspace" ] . into ( ) ) ;
292
293
293
- // Test burn-candle with accelerate (macOS)
294
+ // Test burn-candle with accelerate (macOS only )
294
295
#[ cfg( target_os = "macos" ) ]
295
296
burn_candle_accelerate ( ) ;
296
297
You can’t perform that action at this time.
0 commit comments