- 
                Notifications
    
You must be signed in to change notification settings  - Fork 13.5k
 
SYCL: Reduce most of the compiler warnings #10748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
  
     Merged
                    Changes from 2 commits
      Commits
    
    
            Show all changes
          
          
            24 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      3930184
              
                Try to reduce some unused and typecast warnings
              
              
                qnixsynapse a708dfc
              
                Reduce compiler warnings step 2
              
              
                qnixsynapse fb2e66e
              
                add a newline at the end of the file
              
              
                qnixsynapse 32164aa
              
                Initialize nreduce as size_t
              
              
                qnixsynapse 71d84a5
              
                [SYCL] Remove pragma directives from mmq.cpp
              
              
                qnixsynapse fe5afd4
              
                SYCL: mmq add condition to prevent blocks_per_tile_x_row variable fro…
              
              
                qnixsynapse 9129362
              
                SYCL softmax: Initialize nreduce as size_t
              
              
                qnixsynapse 4b5470f
              
                ggml-sycl.cpp: fix some trailing whitespaces
              
              
                qnixsynapse 7dda9aa
              
                SYCL: remove the unused variables instead of commenting it out
              
              
                qnixsynapse cc7cd62
              
                SYCL poo2d kernel: set NAN for invalid pooling op
              
              
                qnixsynapse 5a766c1
              
                Merge branch 'master' into refactor
              
              
                qnixsynapse 274842d
              
                SYCL gemm.hpp: remove pragma directives
              
              
                qnixsynapse b0e27ad
              
                SYCL gemm.hpp: use const cast to properly support dnnl::memory
              
              
                qnixsynapse cb0daca
              
                SYCL: wkv6 remove a comment
              
              
                qnixsynapse 8f123ae
              
                SYCL: clean comments step 2
              
              
                qnixsynapse 39b4c47
              
                SYCL: clean comments and variables step 3
              
              
                qnixsynapse 8dfac46
              
                SYCL: Use GGML_UNUSED for unused variables
              
              
                qnixsynapse 90fe556
              
                SYCL: remove extra empty lines and a comment
              
              
                qnixsynapse 46bcfe4
              
                Remove TODO
              
              
                qnixsynapse ffd7c1d
              
                cleanup spaces
              
              
                abhilash1910 ba661a4
              
                add a stdout for unsupported op
              
              
                abhilash1910 524acb4
              
                use sycl printf over fprintf
              
              
                abhilash1910 b828f4a
              
                remove prints for CI
              
              
                abhilash1910 6b0848c
              
                SYCL ggml-sycl: pool2D use sycl::nan and remove if-else block
              
              
                qnixsynapse File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| 
          
            
          
           | 
    @@ -626,6 +626,7 @@ struct bin_bcast_sycl { | |
| }); | ||
| } | ||
| } | ||
| (void) ctx; | ||
| } | ||
| }; | ||
| 
     | 
||
| 
          
            
          
           | 
    ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.