Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8753779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:29:25+00:00 2026-06-13T13:29:25+00:00

Does it make sense to rewrite the code so that it loads data trough

  • 0

Does it make sense to rewrite the code so that it loads data trough texture cache ( assuming that i don’t need filtering and other texture unit options) or is it the same? How about loading some data trough L1 cache and some trough texturing unit? i have a code where i could use such strategy but does it make sense at all?

To make it clear, i meant, “is the texture cache on FERMI a separate hardware from L1 cache hardware” – in other words, can I cleverly get a total of L1 + texture cache volume for my code?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T13:29:26+00:00Added an answer on June 13, 2026 at 1:29 pm

    It is separate. A texture load does not go through L1. For non texturing applications (ie. you’re not using features like interpolation and clamping) the principal benefit of texturing is that it allows you to selectively add a large amount of global memory that can be potentially cached (assuming locality and reuse) without disrupting what is going on in L1. For small data sets, texturing will not give better perf than L1. For large data sets, where there is some locality and reuse, but the loads from the region that is covered by the texture cache might otherwise thrash the L1 (which might be as small as 16KB per SM on Fermi, depending on cache config), the texture cache can provide a benefit to the application overall. It’s not uncommon for users to experience that using texture isn’t quite as fast as if things can be cached in L1, but a lot faster than uncached loads, or scattered loads that thrash the L1. A lot will depend on the access pattern and sizes of data involved. The size of the texture cache is on the order of 8KB per SM. You can cache a much larger region, but a high level of reuse and locality will definitely improve the performance of texture cache. Also note that texture memory is read-only. You might be interested in this webinar.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does it make sense that if the Text on a TextBox is databound to
Does it make sense to simply copy the mysql\data files vs mysql replication between
Does it make sense to use .NET DataSets even in applications that use a
Does it make sense to do that? If yes, where can I find an
Does it make sense to create a constant for the value of a penny?
does it make sense to use an Filecache when using Sqlite as Database ?
Does it make sense to obsfucate Javascript? The only clear benefits I can see
Does it make sense to use RIA Services as a service provider to an
Does this make sense? MyValue can be true or false Should it not be
When does it make sense to use Loop fission/distribution if I am compiling for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.